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/test_locusts.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/test_locusts.py (limited to 'src/test_locusts.py') diff --git a/src/test_locusts.py b/src/test_locusts.py new file mode 100644 index 0000000..68e6df7 --- /dev/null +++ b/src/test_locusts.py @@ -0,0 +1,9 @@ +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