Show More
@@ -180,9 +180,9 b' def test_linux():' | |||||
180 |
|
180 | |||
181 | @dec.skip_win32 |
|
181 | @dec.skip_win32 | |
182 | def test_win32(): |
|
182 | def test_win32(): | |
183 |
nt.assert_not_equal |
|
183 | nt.assert_not_equal(sys.platform,'win32',"This test can't run under windows") | |
184 |
|
184 | |||
185 | @dec.skip_osx |
|
185 | @dec.skip_osx | |
186 | def test_osx(): |
|
186 | def test_osx(): | |
187 |
nt.assert_not_equal |
|
187 | nt.assert_not_equal(sys.platform,'darwin',"This test can't run under osx") | |
188 |
|
188 |
General Comments 0
You need to be logged in to leave comments.
Login now