MCPcopy Create free account
hub / github.com/numpy/numpy / test_dev0_a_b_rc_mixed

Function test_dev0_a_b_rc_mixed

numpy/lib/tests/test__version.py:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56
57def 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
62def test_raises():

Callers

nothing calls this directly

Calls 2

assert_Function · 0.90
NumpyVersionClass · 0.90

Tested by

no test coverage detected