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

Method test_crackedlines

numpy/f2py/tests/test_data.py:44–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42 assert self.module.mycom.mydata == 0
43
44 def test_crackedlines(self):
45 mod = crackfortran(str(self.sources[0]))
46 print(mod[0]['vars'])
47 assert mod[0]['vars']['mydata']['='] == '0'
48
49
50class TestDataMultiplierF77(util.F2PyTest):

Callers

nothing calls this directly

Calls 2

crackfortranFunction · 0.90
printFunction · 0.85

Tested by

no test coverage detected