Wyko / netcrawl

Netcrawl is a tool designed to discover and poll one or more devices, inventory them, and then provide useful data on the processed devices.
http://netcrawl.readthedocs.io
54 stars 10 forks source link

Add PyTests to improve overall coverage #19

Open Wyko opened 7 years ago

Wyko commented 7 years ago

Objective

All parts of the program need more tests. Optimal test coverage should reach over 80%.

Concerns

A lot of the application depends on a populated database or a connection to a live device. How do we test without a live network to test on? Maybe through pre-downloaded samples of device output?