Skip to content

Commit 30bf0a8

Browse files
author
Florian Kromer
committed
remove: single file test execution idiom
1 parent fa889cb commit 30bf0a8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_parameter_injection.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,3 @@ def test_display_current_time_at_current_time(self):
4242
current_time = datetime.datetime.now()
4343
expected_time = "<span class=\"tinyBoldText\">" + str(current_time.hour) + ":" + str(current_time.minute) + "</span>"
4444
self.assertEqual(class_under_test.get_current_time_as_html_fragment(production_code_time_provider), expected_time)
45-
46-
if __name__ == "__main__":
47-
# PYTHONPATH=$PYTHONPATH:~/ws_github/python-patterns/
48-
# export PYTHONPATH
49-
# python tests/test_constructor_injection.py
50-
unittest.main()

0 commit comments

Comments
 (0)