mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 01:14:53 +03:00
Lint modified hook
This commit is contained in:
parent
922bbae182
commit
1fa838674b
|
@ -190,9 +190,7 @@ def test_travis_invokes_pytest(cookies, context):
|
||||||
pytest.fail(str(e))
|
pytest.fail(str(e))
|
||||||
|
|
||||||
|
|
||||||
def test_gitlab_invokes_flake8_and_pytest(
|
def test_gitlab_invokes_flake8_and_pytest(cookies, context):
|
||||||
cookies, context
|
|
||||||
):
|
|
||||||
context.update({"ci_tool": "Gitlab"})
|
context.update({"ci_tool": "Gitlab"})
|
||||||
result = cookies.bake(extra_context=context)
|
result = cookies.bake(extra_context=context)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user