Skip to content

stelmaga/API-testing-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are simple API tests written using Python.

Preconditions:

You need to have installed actual version of python3 and pipenv. To do it follow instructions below:

  1. Open terminal
  2. Install homebrew with the command: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  3. Install Python with the command: brew install python
  4. Install Pipenv with the command: brew install pipenv

To run these tests please follow instructions below:

  1. Open a terminal
  2. Go to location where you want to clone repository code
  3. Run git clone https://github.com/abrodowicz/API-testing-basics to clone this repository
  4. Run cd API_tests to move to local repository folder
  5. Run command pipenv shell to activate the virtual environment
  6. Run command python main.py to run the code

About

Simple API tests in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages