We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3dbe3 commit 8cc5924Copy full SHA for 8cc5924
test_strategy.py
@@ -33,4 +33,4 @@ def test_print_output(self):
33
self.assertEqual(output, expected_output_as_bytes)
34
35
if __name__ == "__main__":
36
- unitest.main()
+ unittest.main()
0 commit comments