jeffsilverm / nbmdt

network boot, monitor, and diagnostic tool
GNU General Public License v2.0
2 stars 0 forks source link

Convert test_application.py to use PyTest #19

Open jeffsilverm opened 6 years ago

jeffsilverm commented 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