issues
search
team4element
/
Team4Rapid
Team 4 Elements code for the 2022 frc game
Other
0
stars
0
forks
source link
Add Unit Testing Framework
#2
Open
adamgarcia4
opened
2 years ago
adamgarcia4
commented
2 years ago
Establish UT framework to enable:
Remote development
Code Reliability
Teaching Java to occur within the scope of FRC programming (instead of just theoretical).
Tasks:
[x] Add Sample Test
[x] Set up CI using Github Actions
[ ] Update README.md
[ ] Look at Guice for dependency injection
adamgarcia4
commented
2 years ago
Resources:
Unit Testing Subsystems
997 Mentor going Walkthrough
972 Codebase with lots of testing
Random Presentation on Unit Testing
Establish UT framework to enable:
Tasks: