It's Python Fake API tests with py.test
It’s Python Fake API tests with py.test
Use this fake api: https://jsonplaceholder.typicode.com/
Run Tests local:
First step - install python:
apt install python
Install python virtualenv:
sudo pip install virtualenv
Create virtual environment for mes-backend-automation:
virtualenv env
Activate virtual environment:
source env/bin/activate
Navigate to project folder and install requirements :
pip install -r requirements.txt
Run PyTest tests :
py.test -v py_test/