Open jeffsilverm opened 6 years ago
In line okay = resolver_test(resolver=['192.168.0.143'], qname="google.com", rdatatype=rdatatype.A), there should be an assert that works with PyTest. There should be other asserts as well
okay = resolver_test(resolver=['192.168.0.143'], qname="google.com", rdatatype=rdatatype.A)
In line
okay = resolver_test(resolver=['192.168.0.143'], qname="google.com", rdatatype=rdatatype.A)
, there should be an assert that works with PyTest. There should be other asserts as well