frc-frecon / frecon

An API for building scouting apps for FRC competitions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Suite

rye opened this issue · comments

Since this project has a large number of places where things can go wrong, I'd like to suggest that we write up a test suite for this API. It'd help if we could use Guard and just run the test suite whenever something's going wrong on the client side to make sure it's not an API problem. We'll need to specifically test all of the network routing as well as all of the database methods and other things. I can work on it, but only in the free time that I have (which is to be scarce over this next month). Can I get someone else to work on this one with me?

I am not sure exactly how you want to set up your system, but if you write a file or two I should be able to help expand the system.

@krye, has anything happened with this?

Added label in progress as work has been started (in commit b405150)

Sweet. 👍

CC #37. We should do this.

I'm going to kill off this issue and create a pull request. We can continue conversation there.