Kaydet (Commit) 9e924ed1 authored tarafından Brett Cannon's avatar Brett Cannon

Fix a cleanup.

üst 5d5296d3
......@@ -456,7 +456,7 @@ class PathsTests(unittest.TestCase):
# Regression test for http://bugs.python.org/issue3677.
@unittest.skipUnless(sys.platform == 'win32', 'Windows-specific')
def _test_UNC_path(self):
def test_UNC_path(self):
with open(os.path.join(self.path, 'test_trailing_slash.py'), 'w') as f:
f.write("testdata = 'test_trailing_slash'")
# Create the UNC path, like \\myhost\c$\foo\bar.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment