Skip to content

Run Unit tets

Run without integration tests

pytest tests/

Run only integration tests

pytest tests/ --only-integration

Run with integration tests

pytest tests/ --with-integration