Skip to content

Commit 031447e

Browse files
committed
update number of tests
1 parent 2a48af9 commit 031447e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def test_pytest(baked_with_development_dependencies):
4040
project_dir, env_bin = baked_with_development_dependencies
4141
pytest_output = run([f'{env_bin}pytest'], project_dir)
4242
assert pytest_output.returncode == 0
43-
assert '== 3 passed in' in pytest_output.stdout
43+
assert '== 4 passed in' in pytest_output.stdout
4444
assert (project_dir / 'coverage.xml').exists()
4545
assert (project_dir / 'htmlcov/index.html').exists()
4646

0 commit comments

Comments
 (0)