diff options
Diffstat (limited to 'VnfMgrSim/tests/NAME_tests.py')
-rw-r--r-- | VnfMgrSim/tests/NAME_tests.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/VnfMgrSim/tests/NAME_tests.py b/VnfMgrSim/tests/NAME_tests.py deleted file mode 100644 index 9f83104c..00000000 --- a/VnfMgrSim/tests/NAME_tests.py +++ /dev/null @@ -1,11 +0,0 @@ -from nose.tools import * -import NAME - -def setup(): - print "SETUP!" - -def teardown(): - print "TEAR DOWN!" - -def test_basic(): - print "I RAN!" |