Quote:
Originally Posted by Friarbots
Is there going to be an update to the test harness? I'm working with Python while some other team members are doing Java and I'd like to be able to test it on my PC. Your google code link appears to not work.
|
At some point, when it becomes useful to me again, I will update it. However, since the test harness is C++, and we're not using C++, I don't anticipate this happening in the near future. If I create a python test harness, then I anticipate it will be released as a separate project as a component of RobotPy.
It's at FIRST Forge now, I updated the link on my website:
http://firstforge.wpi.edu/sf/project...b_test_harness
If you're using python, you might be interested in looking at our 2011 code to see how we did testing. Python makes it significantly easier to do testing. Also see
this thread.