mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-07-07 07:58:43 -04:00
7 lines
176 B
Python
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
|