Skip to content

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.

License

Notifications You must be signed in to change notification settings

ax-va/GitHub-Actions-Tox-Pytest-2024

Repository files navigation

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 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/

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages