Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 925 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 925 Bytes

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