Showcase API Tests
Showcase API tests using a Python' unittest
testing framework.
Requirements
Install Python 3.9.10.
Install dependencies, being at the project root folder:
pip3.9 install -r requriments.txt
Development
To run tests, use the following command, being at the project root folder:
python3.9 -m unittest discover -s . -p "*_test.py" -v