mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +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"],
|
||||
[
|
||||
("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(
|
||||
|
|
Loading…
Reference in New Issue
Block a user