Add PyTests to improve overall coverage
Opened this issue · 0 comments
Wyko commented
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?