From e55df04e362624e2f98274077a29ee65c8453070 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 1 Nov 2024 15:48:34 -0500 Subject: Lint ourselves Signed-off-by: Matt Strapp --- src/test_locusts.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/test_locusts.py') diff --git a/src/test_locusts.py b/src/test_locusts.py index 68e6df7..8026315 100644 --- a/src/test_locusts.py +++ b/src/test_locusts.py @@ -1,9 +1,10 @@ +""""Run tests for locusts.py.""" import unittest from locusts import introduce_locusts class TestLocusts(unittest.TestCase): - def test_introduce_locusts(self): - self.assertIsNone(introduce_locusts()) + def test_introduce_locusts(self): + self.assertIsNone(introduce_locusts()) if __name__ == '__main__': - unittest.main() \ No newline at end of file + unittest.main() -- cgit v1.2.3