From d670d95c56b67fe8e684e00961d942bd7c4868cc Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 23 Sep 2024 09:40:10 -0500 Subject: Try to put Python all in the src/ folder Signed-off-by: Matt Strapp --- src/locusts-r-us/test_locusts.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/locusts-r-us/test_locusts.py (limited to 'src/locusts-r-us/test_locusts.py') 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 -- cgit v1.2.3