/SoftwareTest

SoftwareTest Course

Primary LanguagePython

SoftwareTest

SoftwareTest Course

Install

pip install -r requirements.txt

Code your program

edit code/main.py

Design test case

edit code/test_case.py

Run test

python run_cover.py

python run_case.py

Test Result

Unit test result has been saved to unit_result.html. alt total

Coverage result has been saved to htmlcov/index.html. alt total

For code level, result can be found in another html file. alt code