add pytest -m "not slow" to readme
This commit is contained in:
parent
b041145c03
commit
38504d63d7
1 changed files with 1 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ playwright codegen demo.playwright.dev/todomvc # visit given url in codegen mod
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pytest # test pytest-abra
|
pytest # test pytest-abra
|
||||||
|
pytest -m "not slow" # test pytest-abra without slow tests
|
||||||
pytest --collect-only # debug test pytest-abra
|
pytest --collect-only # debug test pytest-abra
|
||||||
docker compose run --rm app pytest # run pytest-abra
|
docker compose run --rm app pytest # run pytest-abra
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue