From 69c1fde803a3dc4eff0ae0fb564b83b18d8e9415 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 20 Sep 2024 18:07:21 -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