mirror of
https://github.com/suitenumerique/meet
synced 2026-04-25 17:25:22 +02:00
Based on cameldev's work, introduce basic tests to ensure the health endpoint responds correctly.
8 lines
131 B
Bash
Executable File
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 "$@"
|