We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a48af9 commit 031447eCopy full SHA for 031447e
1 file changed
tests/test_project.py
@@ -40,7 +40,7 @@ def test_pytest(baked_with_development_dependencies):
40
project_dir, env_bin = baked_with_development_dependencies
41
pytest_output = run([f'{env_bin}pytest'], project_dir)
42
assert pytest_output.returncode == 0
43
- assert '== 3 passed in' in pytest_output.stdout
+ assert '== 4 passed in' in pytest_output.stdout
44
assert (project_dir / 'coverage.xml').exists()
45
assert (project_dir / 'htmlcov/index.html').exists()
46
0 commit comments