MCPcopy Create free account
hub / github.com/webpy/webpy / _TestResult

Class _TestResult

tests/test_template.py:14–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14class _TestResult:
15 def __init__(self, t):
16 self.t = t
17
18 def __getattr__(self, name):
19 return getattr(self.t, name)
20
21 def __repr__(self):
22 return repr(str(self.t))
23
24
25def t(code, **keywords):

Callers 1

tFunction · 0.85

Calls

no outgoing calls

Tested by 1

tFunction · 0.68