[dns] coverage response codes
This commit is contained in:
parent
9a55989b25
commit
5b69087a19
|
@ -5,3 +5,4 @@ def test_simple():
|
|||
assert response_codes.NOERROR == 0
|
||||
assert response_codes.str(response_codes.NOERROR) == "NOERROR"
|
||||
assert response_codes.str(100) == "RCODE(100)"
|
||||
assert response_codes.http_equiv_status_code(response_codes.NOERROR) == 200
|
||||
|
|
Loading…
Reference in New Issue