Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T18:29:16.000Z (2 months ago)
- Last Synced: 2024-10-14T16:21:22.491Z (about 1 month 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/