()
| 152 | |
| 153 | @dec.skip_linux |
| 154 | def test_linux(): |
| 155 | nt.assert_false(sys.platform.startswith('linux'),"This test can't run under linux") |
| 156 | |
| 157 | @dec.skip_win32 |
| 158 | def test_win32(): |
nothing calls this directly
no outgoing calls
no test coverage detected