Python-based test suite for backend api.
-
Python >= 2.7
-
To install pip, follow the instructions here.
-
sudo pip install requests -
sudo pip install -U pytest -
Install pymongo
sudo pip install pymongoRun Automation
-
Clone repo
git clone https://github.com/pdxcapstone/API-Test-Automation.git -
cd into new director
cd API-Test-Automation -
Run tests
py.test
- Using setuptool to make installing easier.
- Continuous Integration.