https://github.com/pawelgoj/testowanie_rest_api
Exemplary rest api tests using python, requests library and pytest framework.
https://github.com/pawelgoj/testowanie_rest_api
pytest python requests rest-api testing
Last synced: 10 months ago
JSON representation
Exemplary rest api tests using python, requests library and pytest framework.
- Host: GitHub
- URL: https://github.com/pawelgoj/testowanie_rest_api
- Owner: pawelgoj
- Created: 2023-03-07T19:36:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T16:26:52.000Z (about 3 years ago)
- Last Synced: 2025-01-27T16:47:45.768Z (over 1 year ago)
- Topics: pytest, python, requests, rest-api, testing
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Tests of rest api using pytest and requests
Exemplary rest api tests using python, requests library and pytest framework.
The allure report from tests is in allure_report directory.
In /test_postman directory, files with tests from Postman.
## Tools
- requests
- Faker
- pytest
- allure
- pytest-benchmark