Skip to content

Fix webpage tests #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 17, 2018
Merged

Fix webpage tests #14

merged 3 commits into from
Nov 17, 2018

Conversation

kmike
Copy link
Contributor

@kmike kmike commented Nov 13, 2018

test_webpages was not executed in tox (and on Travis) because glob returned empty results. Also, they were broken in Python 2.

glob was not working when tests are run in tox, because current
path was not the same
  handling differences are ignored for now
@kmike kmike mentioned this pull request Nov 13, 2018
@codecov-io
Copy link

codecov-io commented Nov 13, 2018

Codecov Report

Merging #14 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   97.82%   97.82%           
=======================================
  Files           2        2           
  Lines          92       92           
  Branches       17       17           
=======================================
  Hits           90       90           
  Misses          2        2

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b8e5f55...6244867. Read the comment docs.

Copy link
Contributor

@lopuhin lopuhin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch! The changes look good, besides a small nitpick with the test name (left a suggestion)

@kmike kmike merged commit b5cd26a into master Nov 17, 2018
@kmike kmike deleted the fix-webpage-tests branch November 17, 2018 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants