diff --git a/unit test.py b/test_count_words.py similarity index 98% rename from unit test.py rename to test_count_words.py index 4fea2c415..491a4d1ad 100644 --- a/unit test.py +++ b/test_count_words.py @@ -39,4 +39,4 @@ def test_special_characters(self): self.assertEqual(count_words("!@# $%^ &*()"), 3) if __name__ == "__main__": - unittest.main() \ No newline at end of file + unittest.main()