Skip to content

Commit

Permalink
Update test_various_bugs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
epogrebnyak committed Dec 7, 2017
1 parent 5d42c47 commit 04e88a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/tests/test_various_bugs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
from config import find_repo_root, InterimCSV
from download.download import make_url

@pytest.mark.xfail("with new user import addressing index by 0 column, we do not need time_index")
def test_time_index_is_included_in_access():

# EP: there shoudl be areason why we need this?

def make_path(freq):
folder = find_repo_root() / 'data' / 'processed' / 'latest'
return str(folder / "df{}.csv".format(freq))
Expand All @@ -29,7 +28,7 @@ def test_csv_has_no_null_byte():
assert "\0" not in z

# HS: add a test function for the make_url -- check that the formatting works
# EP: 'will_not_work_without_string_format' - not very conclusive what is means
# FIXME: 'will_not_work_without_string_format' - does not explain what happens
def test_make_url_will_not_work_without_string_format():
year = 2017
month = 2
Expand Down

0 comments on commit 04e88a9

Please sign in to comment.