TakeTwo icon indicating copy to clipboard operation
TakeTwo copied to clipboard

Starter Kit: Unit Testing in TakeTwo repositories

Open demilolu opened this issue 3 years ago • 1 comments

Background on the problem the feature will solve/improved user experience

Our code currently lacks unit testing, which is needed for test driven development practices: easy debugging, functional testing, etc.

Describe the solution you'd like

Provide unit tests for various TakeTwo repositories:

  • [ ] https://github.com/Call-for-Code-for-Racial-Justice/TakeTwo-Marker-ChromeExtension
  • [ ] https://github.com/Call-for-Code-for-Racial-Justice/TakeTwo-DataScience/
  • [ ] https://github.com/Call-for-Code-for-Racial-Justice/taketwo-webapi/

Tasks

  • [ ] research existing tests of similar code bases
  • [ ] document list of tests to be implemented for each repository based on programming language, architecture, etc
  • [ ] create Github issues for each test in the appropriate repo and link to this issue as well
  • [ ] implement changes in each repository as appropriate

Acceptance Criteria

  • [ ] At least 60% code coverage by unit tests

demilolu avatar Jan 10 '22 16:01 demilolu

:wave: Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed in 14 days.

github-actions[bot] avatar Mar 12 '22 00:03 github-actions[bot]