mirror of
https://github.com/suitenumerique/messages.git
synced 2026-09-11 12:27:45 +02:00
10 lines
166 B
Bash
Executable File
10 lines
166 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source "$(dirname "${BASH_SOURCE[0]}")/_config.sh"
|
|
|
|
_dc_run \
|
|
-e DJANGO_CONFIGURATION=Test \
|
|
--build \
|
|
backend-dev \
|
|
pytest "$@"
|