frc1418 / ftc-2015

Repo for the 2015-16 season of FTC
0 stars 1 forks source link

Unit tests for autonomous #17

Open ArchdukeTim opened 8 years ago

ArchdukeTim commented 8 years ago

We need tests for StatefulAutonomous

virtuald commented 8 years ago

You're a big boy, you can write your own tests.

ArchdukeTim commented 8 years ago

...It would definitely be more efficient for me to deploy every iteration of code till it works...

virtuald commented 8 years ago

This stuff runs on Android, right? This might be a useful thing to read: http://developer.android.com/training/testing/unit-testing/local-unit-tests.html

Writing tests aren't hard. And when you find the bugs without having to deal with robot upload times, you'll be glad you did them.