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: 4 months 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.
- Host: GitHub
- URL: https://github.com/ax-va/GitHub-Actions-Tox-Pytest-2024
- Owner: ax-va
- License: mit
- Created: 2024-09-07T22:05:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T18:29:16.000Z (9 months ago)
- Last Synced: 2024-12-01T00:08:15.620Z (6 months ago)
- Topics: ax-va, github-actions, pytest, tox
- Language: Python
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/