83bd9c5ce3
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 "$@"
|