MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / setUpClass

Method setUpClass

test/test_browser.py:238–244  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

236class browser(BrowserCore):
237 @classmethod
238 def setUpClass(cls):
239 super().setUpClass()
240 cls.browser_timeout = 60
241 if get_browser() != 'node':
242 print()
243 print('Running the browser tests. Make sure the browser allows popups from localhost.')
244 print()
245
246 def require_jspi(self):
247 if not is_chrome() and not is_firefox():

Callers

nothing calls this directly

Calls 2

get_browserFunction · 0.90
printFunction · 0.50

Tested by

no test coverage detected