https://github.com/gtroshin/showcase-api-tests
Showcase API Tests
https://github.com/gtroshin/showcase-api-tests
api python unit-tests unittest
Last synced: 11 months ago
JSON representation
Showcase API Tests
- Host: GitHub
- URL: https://github.com/gtroshin/showcase-api-tests
- Owner: gtroshin
- Created: 2022-07-21T23:36:41.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T09:02:31.000Z (almost 4 years ago)
- Last Synced: 2025-03-16T14:45:04.265Z (about 1 year ago)
- Topics: api, python, unit-tests, unittest
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Showcase API Tests

[](https://github.com/gtroshin/showcase-api-tests/actions/workflows/python-unit-tests.yml)
Showcase API tests using a Python' `unittest` testing framework.
## Requirements
Install [Python 3.9.10](https://www.python.org/downloads/release/python-3910/).
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