Merge pull request #2045 from maxberger/toxinteg

Run integ tests as part of tox
This commit is contained in:
Peter Bieringer
2026-03-28 09:14:44 +01:00
committed by GitHub
3 changed files with 15 additions and 5 deletions

View File

@@ -24,5 +24,11 @@ playwright install --with-deps
if you use uv, you can run
``` lang=shell
uv run --extra integ_test pytest integ_tests
uv run --extra dev pytest integ_tests
```
if you use tox, you can run
``` lang=shell
tox -c pyproject.toml -e integ_test
```