Skip to Main Content
Python Testing with pytest
book

Python Testing with pytest

by Brian Okken
February 2022
Intermediate to advanced content levelIntermediate to advanced
274 pages
6h 28m
English
Pragmatic Bookshelf
Content preview from Python Testing with pytest

Running tox with GitHub Actions

Even if you are careful to run tox all the time before committing or merging your code, it’s really nice to have a CI system set up to always run tox on all changes. Even though GitHub Actions has only been available since 2019, it’s already very popular for Python projects.

GitHub Actions[40] is a cloud-based CI system provided by GitHub. If you are using GitHub to store your project, Actions are a natural CI option.

CI Alternatives

images/aside-icons/info.png

GitHub Actions is just one example of a continuous integration tool. There are many other great tools available, such as GitLab CI, Bitbucket Pipelines, CircleCI, and Jenkins.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python Testing with pytest

Python Testing with pytest

Brian Okken

Publisher Resources

ISBN: 9781680509427Errata Page