Home - sinaja/FortnightTracker GitHub Wiki

Welcome to the FortnightTracker wiki!

Folder structure for project

Follow the guidelines for best practice detailed on this link

Unit Testing

As the project expects developers to write unit tests, please install pytest

Code Coverage

As the project expects developers to get 100% code coverage, please install Cover

To produce coverage in html format run the following command in the tests folder:

py.test --cov-report=html --cov=../Source/
To see the coverage results, use Chrome to open index.html in tests/htmlcov