aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/NAME_tests.py
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-08-29 13:40:49 +0200
committerBrady Johnson <bjohnson@inocybe.com>2018-08-29 15:45:06 +0000
commit4d26d88cd9baeaf35084ab59528223692ad6df25 (patch)
treed088495cf32a5338bd10d7e30a51939c661fa8ab /sfc/tests/NAME_tests.py
parent938968c4284d863f000b3da4d091d702e97a8360 (diff)
Flake8 fixes
When running flake8 I am getting several errors. This patch fixes them Change-Id: I4d32b4b214ca61e98da6fc28a4de44201c4c1cdc Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'sfc/tests/NAME_tests.py')
-rw-r--r--sfc/tests/NAME_tests.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/sfc/tests/NAME_tests.py b/sfc/tests/NAME_tests.py
deleted file mode 100644
index e95004bc..00000000
--- a/sfc/tests/NAME_tests.py
+++ /dev/null
@@ -1,11 +0,0 @@
-
-def setup():
- print "SETUP!"
-
-
-def teardown():
- print "TEAR DOWN!"
-
-
-def test_basic():
- print "I RAN!"