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

Method setup_class

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

Source from the content-addressed store, hash-verified

45
46class TestFileSkipComment(TestISortError):
47 def setup_class(self):
48 self.instance: exceptions.FileSkipComment = exceptions.FileSkipComment("file_path")
49
50 def test_variables(self):
51 assert self.instance.file_path == "file_path"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected