An open API service indexing awesome lists of open source software.

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.

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