MCPcopy Index your code
hub / github.com/python/cpython / assertPathIn

Method assertPathIn

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

_normFunction · 0.85
assertInMethod · 0.80

Tested by

no test coverage detected