add pytest -m "not slow" to readme

This commit is contained in:
Daniel 2023-12-09 15:27:02 +01:00
parent b041145c03
commit 38504d63d7

View file

@ -149,6 +149,7 @@ playwright codegen demo.playwright.dev/todomvc # visit given url in codegen mod
```bash
pytest # test pytest-abra
pytest -m "not slow" # test pytest-abra without slow tests
pytest --collect-only # debug test pytest-abra
docker compose run --rm app pytest # run pytest-abra
```