MCPcopy Create free account
hub / github.com/python/mypy / setup

Method setup

mypy/test/data.py:843–844  ·  view source on GitHub ↗

Setup fixtures (ad-hoc)

(self)

Source from the content-addressed store, hash-verified

841 test_name_suffix = ""
842
843 def setup(self) -> None:
844 """Setup fixtures (ad-hoc)"""
845
846 @abstractmethod
847 def run_case(self, testcase: DataDrivenTestCase) -> None:

Callers 3

runtestMethod · 0.45
setupMethod · 0.45
trialFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected