-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Milestone
Description
We currently have about 79% coverage for a unit test. Let's bring that test coverage above 90%!
Coveralls Data
https://coveralls.io/github/FaradayRF/faradayio?branch=master
Files to Test
Unit Test Files
- https://github.com/FaradayRF/faradayio/blob/master/tests/test_serial.py
- https://github.com/FaradayRF/faradayio/blob/master/tests/test_tun.py
Coverage Report Generation
We use coveralls-python to generate coverage reports. The .coveragerc file defines that we only test the module faradayio and our travis.yml file specifies the coverage test on line 11
The issue ticket documenting adding unit test coverage with coveralls is #30 which could be of help when working with the tools.
Reactions are currently unavailable