Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 706 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 706 Bytes

Showcase API Tests

Python 3.9.1 Python 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