MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / test_cgatt

Method test_cgatt

tests/scripts/test_frame_parsers.py:76–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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")

Callers

nothing calls this directly

Calls 1

run_parserFunction · 0.85

Tested by

no test coverage detected