From 47f7773d2530f622107b5259b61df2bcad424d46 Mon Sep 17 00:00:00 2001 From: Atrejoe Date: Sat, 16 May 2020 08:15:17 +0200 Subject: [PATCH] Renamed tests file --- inkycal/tests/{ical_parser_tests.py => ical_parser_test.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename inkycal/tests/{ical_parser_tests.py => ical_parser_test.py} (90%) diff --git a/inkycal/tests/ical_parser_tests.py b/inkycal/tests/ical_parser_test.py similarity index 90% rename from inkycal/tests/ical_parser_tests.py rename to inkycal/tests/ical_parser_test.py index 161818a..4e9ccdd 100644 --- a/inkycal/tests/ical_parser_tests.py +++ b/inkycal/tests/ical_parser_test.py @@ -3,7 +3,7 @@ from inkycal.modules.ical_parser import icalendar import arrow -class ical_parser_tests(unittest.TestCase): +class ical_parser_test(unittest.TestCase): def test_show_events(self): a = icalendar()