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