MCPcopy
hub / github.com/StevenBlack/hosts / test_basic

Method test_basic

testUpdateHostsFile.py:1979–1985  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1977
1978class TestPathJoinRobust(Base):
1979 def test_basic(self):
1980 expected = "path1"
1981 actual = path_join_robust("path1")
1982 self.assertEqual(actual, expected)
1983
1984 actual = path_join_robust(u"path1")
1985 self.assertEqual(actual, expected)
1986
1987 def test_join(self):
1988 for i in range(1, 4):

Callers

nothing calls this directly

Calls 1

path_join_robustFunction · 0.90

Tested by

no test coverage detected