From b06c63432ac07772279d90a0ba42f22b30939aec Mon Sep 17 00:00:00 2001 From: Thor77 Date: Sun, 8 May 2016 19:55:24 +0200 Subject: [PATCH] remove nose style-test; use standalone cmds instead --- tests/test_style.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tests/test_style.py diff --git a/tests/test_style.py b/tests/test_style.py deleted file mode 100644 index a647dfb..0000000 --- a/tests/test_style.py +++ /dev/null @@ -1,7 +0,0 @@ -import pyflakes.api - - -def test_pyflakes(): - ''' Test that at least tsstats.py conforms to PyFlakes ''' - result = pyflakes.api.checkPath('**/*.py') - assert result == 0