()
| 268 | |
| 269 | @dec.skip_win32 |
| 270 | def test_get_long_path_name(): |
| 271 | p = path.get_long_path_name('/usr/local') |
| 272 | nt.assert_equal(p,'/usr/local') |
| 273 | |
| 274 | |
| 275 | class TestRaiseDeprecation(unittest.TestCase): |
nothing calls this directly
no outgoing calls
no test coverage detected