(self)
| 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 |
nothing calls this directly
no test coverage detected