Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 638 Bytes

File metadata and controls

16 lines (14 loc) · 638 Bytes

Python API tests example

Run locally

To run locally:

  1. Install python >= 3.8
  2. Create directory
  3. Run in terminal git clone https://github.com/iarl/python-api-tests-example.git
  4. Run pip install -r requirements.txt
  5. Run python -m pytest -s OR make test-all

Run in Docker

  1. Install Docker
  2. Clone this repo git clone https://github.com/iarl/python-api-tests-example.git
  3. Run make build
  4. Run make start
  5. Results you can find in docker logs docker logs -f api-tests