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

Method test_not_g77

numpy/distutils/tests/test_fcompiler_gnu.py:38–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36 assert_(v == version, (vs, v))
37
38 def test_not_g77(self):
39 fc = numpy.distutils.fcompiler.new_fcompiler(compiler='gnu')
40 for vs, _ in gfortran_version_strings:
41 v = fc.version_match(vs)
42 assert_(v is None, (vs, v))
43
44class TestGFortranVersions:
45 def test_gfortran_version(self):

Callers

nothing calls this directly

Calls 2

assert_Function · 0.90
version_matchMethod · 0.45

Tested by

no test coverage detected