diff options
| author | Bernát Gábor <gaborjbernat@gmail.com> | 2022-12-17 18:02:39 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-17 18:02:39 -0800 |
| commit | 864332fb4cb8f32cd30b314db1d5f08e4ca65ce6 (patch) | |
| tree | fcfbbc70c3ceaf278153593c3dde1d6767492481 /tests/session/cmd | |
| parent | 5e6f7e6b250eef02d51afa976ef4ac1ef8e9b30a (diff) | |
| download | tox-git-864332fb4cb8f32cd30b314db1d5f08e4ca65ce6.tar.gz | |
Fix space not accepted in factor filter expression (#2744)
Resolves https://github.com/tox-dev/tox/issues/2718
Diffstat (limited to 'tests/session/cmd')
| -rw-r--r-- | tests/session/cmd/test_list_envs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/session/cmd/test_list_envs.py b/tests/session/cmd/test_list_envs.py index 3d9b693a..0ac0d599 100644 --- a/tests/session/cmd/test_list_envs.py +++ b/tests/session/cmd/test_list_envs.py @@ -36,6 +36,7 @@ def test_list_env(project: ToxProject) -> None: additional environments: fix -> fix it + pypy -> with pypy """ outcome.assert_out_err(expected, "") @@ -62,6 +63,7 @@ def test_list_env_quiet(project: ToxProject) -> None: py31 py fix + pypy """ outcome.assert_out_err(expected, "") |
