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

Method setUpClass

test/test_other.py:316–319  ·  view source on GitHub ↗

SetUpClass included purely so we can verify that is run.

(cls)

Source from the content-addressed store, hash-verified

314class other(RunnerCore):
315 @classmethod
316 def setUpClass(cls):
317 """SetUpClass included purely so we can verify that is run."""
318 super().setUpClass()
319 cls.doneSetup = True
320
321 def setUp(self):
322 assert self.__class__.doneSetup

Callers 1

run_testFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected