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

Function test_dev_a_b_rc_mixed

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

Source from the content-addressed store, hash-verified

42
43
44def 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
49def test_dev0_version():

Callers

nothing calls this directly

Calls 2

assert_Function · 0.90
NumpyVersionClass · 0.90

Tested by

no test coverage detected