Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status

Build Status

Python Fake API tests

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/

About

It's Python Fake API tests with py.test

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages