Files
meet/bin/pytest-summary
T
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

8 lines
131 B
Bash
Executable File

#!/usr/bin/env bash
source "$(dirname "${BASH_SOURCE[0]}")/_config.sh"
_dc_run \
app-summary-dev \
python -m pytest "$@"