Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ax-va/github-actions-tox-pytest-2024

GitHub Actions with tox and pytest on an example from the book "Python Testing with pytest: Simple, Rapid, Effective, and Scalable", Second Edition, Brian Okken, The Pragmatic Programmers, 2022.
https://github.com/ax-va/github-actions-tox-pytest-2024

ax-va github-actions pytest tox

Last synced: about 1 month ago
JSON representation

GitHub Actions with tox and pytest on an example from the book "Python Testing with pytest: Simple, Rapid, Effective, and Scalable", Second Edition, Brian Okken, The Pragmatic Programmers, 2022.

Awesome Lists containing this project

README

        

# GitHub Actions with tox and pytest

The repository demonstrates the use of **GitHub Actions** with **tox** and **pytest** and
is separated from the other [repository](https://github.com/ax-va/Pytest-Okken-2022)
dedicated to pytest. See also the `11--tox/11-6--running-tox-with-github-actions.md` example there.

## Settings

See a workflow `.yml` file in `.github/workflows/` at the top level of the project.
The GitHub Actions tab should look like this — tests are run on every push or pull request.



## The original code by Brian Okken is given on the official side of his book

https://pragprog.com/titles/bopytest2/python-testing-with-pytest-second-edition/