- Unit Testing
- Run all tests at once
- Make a folder
test - Make
__init__.pyin this directory - Name your testfiles like
test_*.py - Open a terminal and redirect to
testfolder or parent directory oftest - Run this command:
python -m unittest
- Make a folder
- Run all tests at once
- UI Testing
- Integration Testing
This repository was archived by the owner on Aug 11, 2023. It is now read-only.