Skip to content

Commit

Permalink
chore: removed chdir from tests/providers/test_base_provider.py
Browse files Browse the repository at this point in the history
Co-authored-by: Wei Lee <[email protected]>
  • Loading branch information
davidlday and Lee-W authored Sep 5, 2023
1 parent 5ea3f1e commit 0c52b09
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/providers/test_base_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
from commitizen.providers.commitizen_provider import CommitizenProvider


@pytest.fixture
def chdir(tmp_path: Path) -> Iterator[Path]:
cwd = Path()
os.chdir(tmp_path)
yield tmp_path
os.chdir(cwd)


def test_default_version_provider_is_commitizen_config(config: BaseConfig):
Expand Down

0 comments on commit 0c52b09

Please sign in to comment.