We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1de08b commit cae6c75Copy full SHA for cae6c75
tests/protocol/test_coap.py
@@ -3,8 +3,8 @@
3
from microschc.binary.buffer import Buffer
4
5
def test_coap_parser_import():
6
- """test: IPv6 header parser import and instanciation
7
- The test instanciate an IPv6 parser and checks for import errors
+ """test: CoAP header parser import and instanciation
+ The test instanciate an CoAP parser and checks for import errors
8
"""
9
parser = CoAPParser()
10
assert( isinstance(parser, CoAPParser) )
0 commit comments