Skip to content

asifurrouf/api_tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setting up a local test API

Start Testing

Set up environment

Hitting the API with tests

nosetests -sv test_json_api.py

Running only those tests tagged as smoke tests ('smoke')

nosetests -a smoke

About

A simple test automation suite that runs test cases against the api interface provided by json-server. Technology used : python + requests + nosetests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%