mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-16 19:41:03 +03:00
Update tests
This commit is contained in:
parent
d999846ca2
commit
a6e4555450
|
@ -231,7 +231,7 @@ def test_gitlab_invokes_flake8_and_pytest(
|
||||||
["use_docker", "expected_test_script"],
|
["use_docker", "expected_test_script"],
|
||||||
[
|
[
|
||||||
("n", "pytest"),
|
("n", "pytest"),
|
||||||
("y", "docker-compose -f local.yml exec -T django pytest"),
|
("y", "docker-compose -f local.yml run django pytest"),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
def test_github_invokes_linter_and_pytest(
|
def test_github_invokes_linter_and_pytest(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user