Update tests

This commit is contained in:
Bruno Alla 2021-03-02 21:20:20 +00:00
parent d999846ca2
commit a6e4555450

View File

@ -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(