| commit | 4575652bd2d34a931c89a0689c052ccd53da9d50 | [log] [tgz] |
|---|---|---|
| author | Anthony Sottile <asottile@umich.edu> | Mon Feb 11 19:56:15 2019 -0800 |
| committer | Anthony Sottile <asottile@umich.edu> | Mon Feb 11 19:56:15 2019 -0800 |
| tree | eb21739b283652dba1a018579b574e29f85c12a9 | |
| parent | 634383cffdfb56c00e5809dad62035fa162ed164 [diff] [blame] |
Use default flake8 config
diff --git a/tests/tests_should_end_in_test_test.py b/tests/tests_should_end_in_test_test.py index 4eb98e7..2acfa17 100644 --- a/tests/tests_should_end_in_test_test.py +++ b/tests/tests_should_end_in_test_test.py
@@ -12,7 +12,10 @@ def test_main_django_all_pass(): - ret = main(['--django', 'tests.py', 'test_foo.py', 'test_bar.py', 'tests/test_baz.py']) + ret = main(( + '--django', 'tests.py', 'test_foo.py', 'test_bar.py', + 'tests/test_baz.py', + )) assert ret == 0