mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-28 12:49:34 +00:00
c08411d133
Summary service currently has no tests. Add unit and API tests to summary service.
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 "$@"
|