Skip to content

gtroshin/showcase-api-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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