MCPcopy Index your code
hub / github.com/RustPython/RustPython / setUp

Method setUp

Lib/test/test_posixpath.py:44–46  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42class PosixPathTest(unittest.TestCase):
43
44 def setUp(self):
45 for suffix in ["", "1", "2"]:
46 self.assertFalse(posixpath.lexists(ABSTFN + suffix))
47
48 def test_join(self):
49 fn = posixpath.join

Callers

nothing calls this directly

Calls 2

assertFalseMethod · 0.80
lexistsMethod · 0.45

Tested by

no test coverage detected