mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
✅(summary) add minimal test suite for health endpoint
Based on cameldev's work, introduce basic tests to ensure the health endpoint responds correctly.
This commit is contained in:
committed by
aleb_the_flash
parent
bfbfade99a
commit
83bd9c5ce3
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
source "$(dirname "${BASH_SOURCE[0]}")/_config.sh"
|
||||
|
||||
_dc_run \
|
||||
app-summary-dev \
|
||||
python -m pytest "$@"
|
||||
Reference in New Issue
Block a user