sintonia/python_apps/airtime_analyzer/tests/airtime_analyzer_test.py
jo 01fbd1e8b9 Add isort pre-commit hook
Sort import statement in python files

See https://github.com/PyCQA/isort
2021-06-05 00:39:35 +02:00

14 lines
129 B
Python

import airtime_analyzer
from nose.tools import *
def setup():
pass
def teardown():
pass
def test_basic():
pass