##// END OF EJS Templates
skip test_cwdx on Windows...
MinRK -
Show More
@@ -98,6 +98,7 b' class PromptTests(unittest.TestCase):'
98 98 self.assertEquals(format(lz), str(f))
99 99 self.assertEquals(format(lz, '.1'), '0.5')
100 100
101 @dec.skip_win32
101 102 def test_cwd_x(self):
102 103 self.pm.in_template = r"\X0"
103 104 save = os.getcwdu()
General Comments 0
You need to be logged in to leave comments. Login now