From caf684758a9c3d6ec8e79dac44cbce1f7d0643cd Mon Sep 17 00:00:00 2001 From: Raghad Abdul Rahim Date: Thu, 2 Jan 2025 13:53:12 +0300 Subject: [PATCH] Rename unit test.py to test_count_words.py --- unit test.py => test_count_words.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename unit test.py => test_count_words.py (98%) 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()