Files
meet/bin/pytest
leo c08411d133 (summary) add unit and API tests for summary service
Summary service currently has no tests. Add unit and API tests to
summary service.
2026-03-17 17:42:39 +01:00

10 lines
230 B
Bash
Executable File

#!/usr/bin/env bash
# NB: this file is used locally only. In CI, it is overwritten by pytest install
source "$(dirname "${BASH_SOURCE[0]}")/_config.sh"
_dc_run \
-e DJANGO_CONFIGURATION=Test \
app-dev \
pytest "$@"