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