sintonia/python_apps/airtime_analyzer/tests/airtime_analyzer_tests.py
2021-06-04 17:06:05 +02:00

15 lines
153 B
Python

# -*- coding: utf-8 -*-
from nose.tools import *
import airtime_analyzer
def setup():
pass
def teardown():
pass
def test_basic():
pass