This project describes basic folder structure for unit testing in python. Features are shown with simple examples:
- Include sub-folders.
- Include parent-folders.
- Find all unit tests in folders
- Html report generation
It can be used as a template for new unit-test projects.
python3 -m pip install html-testRunner
python3 .\function_test\test_main.py