To see things as they are. Substance, cause and purpose. - Marcus Aurelius
A simple project, based on Astral's uv, for testing a subset of the GitHub API using REST requests. It's implemented in Python with requests and pytest. The test results are in Allure format.
- Add
github-pat="" totests/resources/config.toml - Run
uv run pytest --alluredir allure-results tests/to execute the tests - Run
uv run allure serve allure-resultsto view Allure report
