2016-05-08 12:04:56 -04:00
|
|
|
import pyflakes.api
|
2015-09-04 17:03:26 -04:00
|
|
|
|
|
|
|
|
|
|
|
def test_pyflakes():
|
|
|
|
''' Test that at least tsstats.py conforms to PyFlakes '''
|
2016-05-08 12:04:56 -04:00
|
|
|
result = pyflakes.api.checkPath('**/*.py')
|
2015-09-04 17:03:26 -04:00
|
|
|
assert result == 0
|