tests/clan-flake: yield flake path rather than homedir #51

Merged
clan-bot merged 1 commits from cli-prep into main 2023-07-28 13:25:42 +00:00
Showing only changes of commit 6e7c34cd5c - Show all commits

View File

@ -12,4 +12,4 @@ def clan_flake(temporary_dir: Path, monkeypatch: pytest.MonkeyPatch) -> Iterator
(flake / ".clan-flake").touch()
monkeypatch.chdir(flake)
with mock_env(HOME=str(temporary_dir)):
yield temporary_dir
yield flake