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

Method assertPathIn

Lib/test/test_ntpath.py:91–92  ·  view source on GitHub ↗
(self, path, pathset)

Source from the content-addressed store, hash-verified

89 self.assertEqual(path1, path2)
90
91 def assertPathIn(self, path, pathset):
92 self.assertIn(_norm(path), _norm(pathset))
93
94
95class TestNtpath(NtpathTestCase):

Callers 1

Calls 2

_normFunction · 0.85
assertInMethod · 0.80

Tested by

no test coverage detected