https://github.com/pceuropa/test-rest-api
Python and Pytest for automated testing of RESTful APIs
https://github.com/pceuropa/test-rest-api
acceptance-testing api falcon flask pyhon3 pyramid pytest python request rest-api test-driven-development tests
Last synced: 27 days ago
JSON representation
Python and Pytest for automated testing of RESTful APIs
- Host: GitHub
- URL: https://github.com/pceuropa/test-rest-api
- Owner: pceuropa
- Created: 2018-12-10T09:16:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T10:04:45.000Z (over 6 years ago)
- Last Synced: 2025-04-08T07:36:06.408Z (about 2 months ago)
- Topics: acceptance-testing, api, falcon, flask, pyhon3, pyramid, pytest, python, request, rest-api, test-driven-development, tests
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test-rest-api
A command-line tool based on python3 and pytest for testing of RESTful APIs.Requirements
------------
Python 3.6+
pytest
inotifywait - to automatic testsInstalation
---------------
```
pip3 install -U pytest
```Tests manual
---------------
```
pytest -v tests.py
```Tests automatic
---------------
Runner run test every saves
```
./test_runner.sh
```