We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa889cb commit 30bf0a8Copy full SHA for 30bf0a8
tests/test_parameter_injection.py
@@ -42,9 +42,3 @@ def test_display_current_time_at_current_time(self):
42
current_time = datetime.datetime.now()
43
expected_time = "<span class=\"tinyBoldText\">" + str(current_time.hour) + ":" + str(current_time.minute) + "</span>"
44
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