init
This commit is contained in:
6
{{cookiecutter.project_slug}}/scripts/test.sh
Normal file
6
{{cookiecutter.project_slug}}/scripts/test.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
# Exit in case of error
|
||||
set -e
|
||||
|
||||
docker-compose run {{ cookiecutter.project_slug }} pytest
|
||||
Reference in New Issue
Block a user