MCPcopy
hub / github.com/tornadoweb/tornado / test

Method test

tornado/test/testing_test.py:207–208  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

205
206 class InheritBoth(AsyncTestCase, SetUpTearDown):
207 def test(self):
208 events.append("test")
209
210 InheritBoth("test").run(result)
211 expected = ["setUp", "test", "tearDown"]

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected