Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sevikkk committed Nov 3, 2016
1 parent 156022d commit 7d7a589
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,15 +259,16 @@ def test_regression_keep_cols_multi_fast(live_server, tmpdir):
@pytest.mark.skipif(six.PY3 and os.name is 'nt',
reason="py3 on windows appveyor fails unexpectedly. Cannot"
" reproduce on actual Windows machine.")


def test_regression_bad_csv(live_server, tmpdir):
test_regression(live_server, tmpdir,
in_fixture='tests/fixtures/regression_bad.csv',
out_fixture='tests/fixtures/regression_output_bad.csv',
fast_mode=False)


@pytest.mark.skipif(six.PY3 and os.name is 'nt',
reason="py3 on windows appveyor fails unexpectedly. Cannot"
" reproduce on actual Windows machine.")
def test_regression_keep_cols_wo_row_id(live_server, tmpdir):
test_regression(live_server, tmpdir, keep_cols=['x'],
in_fixture='tests/fixtures/regression.csv',
Expand Down

0 comments on commit 7d7a589

Please sign in to comment.