Skip to content

Commit d27d700

Browse files
committed
chore(tests): add a slow marker
1 parent 2a41b22 commit d27d700

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_cookiecutter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ def test_autofix_hook(cookies, context):
212212

213213

214214
@pytest.mark.integration
215+
@pytest.mark.slow
215216
def test_default_project(cookies):
216217
"""
217218
Test a default project thoroughly

{{cookiecutter.project_name|replace(" ", "")}}/tests/test_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414

1515
@pytest.mark.integration
16+
@pytest.mark.slow
1617
def test_project_tasks():
1718
"""
1819
Test the project's task runner commands work together properly.

0 commit comments

Comments
 (0)