robotdotnet / NetworkTablesCore

Depreciated - Use NetworkTables repository instead
Other
1 stars 1 forks source link

Add more testing. #3

Closed ThadHouse closed 8 years ago

ThadHouse commented 9 years ago

Since the stock NtCore library has unit testing for the communication part of the code, we only need to write tests for the interface, which should be pretty minimal. The current tests work, but for some reason they don't properly shut down every few times, which causes the tests to fail.

ThadHouse commented 8 years ago
ThadHouse commented 8 years ago

We reached 80% code coverage, and got pretty much everything tested that we will be able to.