MCPcopy Create free account
hub / github.com/PyCQA/isort / setup_class

Method setup_class

tests/unit/test_exceptions.py:55–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53
54class TestFileSkipSetting(TestISortError):
55 def setup_class(self):
56 self.instance: exceptions.FileSkipSetting = exceptions.FileSkipSetting("file_path")
57
58 def test_variables(self):
59 assert self.instance.file_path == "file_path"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected