mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
9 lines
148 B
Text
9 lines
148 B
Text
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
source "$(dirname "${BASH_SOURCE[0]}")/_config.sh"
|
||
|
|
|
||
|
|
_dc_run \
|
||
|
|
-e DJANGO_CONFIGURATION=Test \
|
||
|
|
app-dev \
|
||
|
|
pytest "$@"
|