Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 20, 2024
1 parent d58ed3a commit fe773f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_provision.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ def test_provision_conf_file(tox_project: ToxProjectCreator, tmp_path: Path, rel
result = project.run("c", "--conf", conf_path, "-e", "py", from_cwd=tmp_path)
result.assert_success()


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

0 comments on commit fe773f2

Please sign in to comment.