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 a5b695f commit 4cccb71Copy full SHA for 4cccb71
BrowserHistory/tests/test_browser_history.py
@@ -88,6 +88,6 @@ def test_complex_navigation(self):
88
# Verify we can't go forward to cleared history
89
self.assertEqual(self.browser.forward(1), "page4.com")
90
91
-
+# starting point of code
92
if __name__ == "__main__":
93
unittest.main()
0 commit comments