()
| 42 | |
| 43 | |
| 44 | def test_dev_a_b_rc_mixed(): |
| 45 | assert_(NumpyVersion('1.9.0a2.dev-f16acvda') == '1.9.0a2.dev-11111111') |
| 46 | assert_(NumpyVersion('1.9.0a2.dev-6acvda54') < '1.9.0a2') |
| 47 | |
| 48 | |
| 49 | def test_dev0_version(): |
nothing calls this directly
no test coverage detected