Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Feb 1, 2024
1 parent c1ff6ed commit 55c38ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ def test_generation(generate_project):

assert (path / ".pre-commit-hooks.yaml").exists()
assert (path / ".copier-answers.yml").exists()
assert (path / "environment.yml").exists()
assert not (path / "environment.yml.bak").exists()


def test_generation_incorrect_params(generate_project):
Expand Down

0 comments on commit 55c38ee

Please sign in to comment.