An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Showcase API Tests

![Python 3.9.1](https://img.shields.io/badge/Python-3.9.1-green.svg)
[![Python Tests](https://github.com/gtroshin/showcase-api-tests/actions/workflows/python-unit-tests.yml/badge.svg)](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