()
| 55 | |
| 56 | |
| 57 | def test_dev0_a_b_rc_mixed(): |
| 58 | assert_(NumpyVersion('1.9.0a2.dev0+f16acvda') == '1.9.0a2.dev0+11111111') |
| 59 | assert_(NumpyVersion('1.9.0a2.dev0+6acvda54') < '1.9.0a2') |
| 60 | |
| 61 | |
| 62 | def test_raises(): |
nothing calls this directly
no test coverage detected