Bassa icon indicating copy to clipboard operation
Bassa copied to clipboard

Added test coverage and renamed existing test files to allow coverage to work

Open carpecodeum opened this issue 5 years ago • 2 comments

Description

Added test coverage to existing tests and displayed them in an orderly fashion. Added extra commands to run all the tests at once. Also, edited the names of the existing tests files to allow the test coverage to work.

Related Issue #851

Motivation and Context

The project was lacking the magnitude and the reach of the impact of the existing tests have on the whole flask backend this can help ensure maximum efficiency of the reach of the test cases present.

How Has This Been Tested?

Screenshot 2020-02-12 at 1 04 22 AM

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [x] My code follows the code style of this project.
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [ ] I have added tests to cover my changes.
  • [x] All new and existing tests passed.

carpecodeum avatar Feb 11 '20 19:02 carpecodeum

@JaDogg @kmehant can you please review this please!

carpecodeum avatar Mar 10 '20 11:03 carpecodeum

@JaDogg For running the tests the command is python TestCommands.py test

carpecodeum avatar Mar 10 '20 13:03 carpecodeum