Skip to content

Commit fe773f2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d58ed3a commit fe773f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_provision.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ def test_provision_conf_file(tox_project: ToxProjectCreator, tmp_path: Path, rel
230230
result = project.run("c", "--conf", conf_path, "-e", "py", from_cwd=tmp_path)
231231
result.assert_success()
232232

233+
233234
@pytest.mark.parametrize("subcommand", ["r", "p", "de", "l", "d", "c", "q", "e", "le"])
234235
def test_provision_default_arguments_exists(tox_project: ToxProjectCreator, subcommand) -> None:
235236
ini = "[tox]\nrequires = tox<4"

0 commit comments

Comments
 (0)