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

Method test_crackedlines

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

Source from the content-addressed store, hash-verified

44 assert self.module.mycom.mydata == 0
45
46 def test_crackedlines(self):
47 mod = crackfortran(str(self.sources[0]))
48 print(mod[0]['vars'])
49 assert mod[0]['vars']['mydata']['='] == '0'
50
51
52@pytest.mark.slow

Callers

nothing calls this directly

Calls 1

crackfortranFunction · 0.90

Tested by

no test coverage detected