1
0
Fork 0
mirror of https://github.com/Thor77/TeamspeakStats.git synced 2025-07-07 07:58:43 -04:00
TeamspeakStats/tests/test_style.py
2016-05-08 18:04:56 +02:00

7 lines
176 B
Python

import pyflakes.api
def test_pyflakes():
''' Test that at least tsstats.py conforms to PyFlakes '''
result = pyflakes.api.checkPath('**/*.py')
assert result == 0