Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rawpython/remi
/ tearDown
Method
tearDown
test/browser_test/test_helloworld_app_gui.py:51–53 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
49
time.sleep(1.0)
50
51
def
tearDown(self):
52
self.driver.quit()
53
self.server.stop()
54
55
class
TestHelloWorldChrome(TestHelloWorld):
56
DriverClass = getattr(webdriver,
"Chrome"
, None)
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected