We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85911f commit 465d0feCopy full SHA for 465d0fe
tests/session/cmd/test_legacy.py
@@ -66,7 +66,7 @@ def test_legacy_list_env_with_no_tox_file(tox_project: ToxProjectCreator) -> Non
66
outcome = project.run("le", "-l")
67
outcome.assert_success()
68
out = (
69
- "ROOT: No loadable tox.ini or setup.cfg or pyproject.toml or tox.toml found, assuming empty tox.ini at " \
+ "ROOT: No loadable tox.ini or setup.cfg or pyproject.toml or tox.toml found, assuming empty tox.ini at "
70
f"{project.path}\ndefault environments:\npy -> [no description]\n"
71
)
72
assert not outcome.err
0 commit comments