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

Function test_version_1_point_10

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

Source from the content-addressed store, hash-verified

15
16
17def test_version_1_point_10():
18 # regression test for gh-2998.
19 assert_(NumpyVersion('1.9.0') < '1.10.0')
20 assert_(NumpyVersion('1.11.0') < '1.11.1')
21 assert_(NumpyVersion('1.11.0') == '1.11.0')
22 assert_(NumpyVersion('1.99.11') < '1.99.12')
23
24
25def test_alpha_beta_rc():

Callers

nothing calls this directly

Calls 2

assert_Function · 0.90
NumpyVersionClass · 0.90

Tested by

no test coverage detected