Skip to content

Commit

Permalink
Run google search only if called directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Andmedoctopus committed Dec 28, 2023
1 parent d786f49 commit 87090e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/test_google_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ def test_filling_splinter_in_the_search_box_returns_splinter_website(self):
self.assertTrue(self.browser.is_text_present("https://splinter.readthedocs.io"))


unittest.main()
if __name__ == '__main__':
unittest.main()

0 comments on commit 87090e2

Please sign in to comment.