mirror of https://github.com/snachodog/mybuddy.git
Add settings to isolated tests
This commit is contained in:
parent
72bdc22dc6
commit
8b54596c52
|
@ -71,7 +71,7 @@ function coverage(cb) {
|
|||
try {
|
||||
config.testsConfig.isolated.forEach(function (test_name) {
|
||||
es(
|
||||
'pipenv run coverage run manage.py test ' + test_name,
|
||||
'pipenv run coverage run manage.py test --settings=babybuddy.settings.test ' + test_name,
|
||||
{stdio: 'inherit'}
|
||||
);
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue