diff --git a/python_apps/airtime_analyzer/tests/airtime_analyzer_test.py b/python_apps/airtime_analyzer/tests/airtime_analyzer_test.py deleted file mode 100644 index 283122091..000000000 --- a/python_apps/airtime_analyzer/tests/airtime_analyzer_test.py +++ /dev/null @@ -1,14 +0,0 @@ -import airtime_analyzer -from nose.tools import * - - -def setup(): - pass - - -def teardown(): - pass - - -def test_basic(): - pass