aboutsummaryrefslogtreecommitdiffstats
path: root/src/locusts-r-us/test_locusts.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/locusts-r-us/test_locusts.py')
-rw-r--r--src/locusts-r-us/test_locusts.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/locusts-r-us/test_locusts.py b/src/locusts-r-us/test_locusts.py
deleted file mode 100644
index 68e6df7..0000000
--- a/src/locusts-r-us/test_locusts.py
+++ /dev/null
@@ -1,9 +0,0 @@
-import unittest
-from locusts import introduce_locusts
-
-class TestLocusts(unittest.TestCase):
- def test_introduce_locusts(self):
- self.assertIsNone(introduce_locusts())
-
-if __name__ == '__main__':
- unittest.main() \ No newline at end of file