robotdotnet / WPILib

DotNet implementation of WPILib for FIRST Robotics Competition (FRC)
27 stars 8 forks source link

Write Integration Tests #38

Closed ThadHouse closed 8 years ago

ThadHouse commented 9 years ago

Nunit runs on the RoboRIO, so we can actually run integration tests on a RoboRIO. Most DIO and AIO can be tested with just jumpers on the board. However, there are some things that would need motor controllers to test.

ThadHouse commented 8 years ago

These are mostly done, and I don't think we will end up with a test bench unless someone has a spare $1000 lying around. The code is still there though, so if we get one we can run them.