cspresso/tests.sh

8 lines
181 B
Bash
Raw Normal View History

2026-01-02 09:59:52 +11:00
#!/bin/bash
set -eo pipefail
# Pytests
2026-01-02 10:03:15 +11:00
poetry run playwright install --with-deps chromium
poetry run pytest -vvvv --cov=src/cspresso --cov-report=term-missing --disable-warnings