sintonia/python_apps/airtime_analyzer/tests/airtime_analyzer_tests.py

16 lines
153 B
Python

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