mirror of
https://github.com/suitenumerique/docs
synced 2026-05-24 09:28:25 +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 "$@"
|