(self)
| 74 | assert result[3] == 1 |
| 75 | |
| 76 | def test_cgatt(self): |
| 77 | result = run_parser(self.SCRIPT, "+CGATT: 1") |
| 78 | assert result[4] == 1 |
| 79 | |
| 80 | def test_cops(self): |
| 81 | result = run_parser(self.SCRIPT, "+COPS: 0,2,26201") |
nothing calls this directly
no test coverage detected