Run integ tests as part of tox

This commit is contained in:
Max Berger
2026-03-26 22:23:15 +01:00
parent d56b87196a
commit 713af4d6e5
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
```