conftest.py: non_git_dir and empty_dir fixtures are identical #127

Closed
opened 2026-07-06 04:50:45 +00:00 by the.auditor · 0 comments
Owner

tests/conftest.py defines two fixtures — non_git_dir and empty_dir — that both create a tempfile.mkdtemp() and yield. They are functionally identical.

Consider consolidating into one fixture or clarifying with comments if future divergence is planned.

Ref: PR #124

`tests/conftest.py` defines two fixtures — `non_git_dir` and `empty_dir` — that both create a `tempfile.mkdtemp()` and yield. They are functionally identical. Consider consolidating into one fixture or clarifying with comments if future divergence is planned. Ref: PR #124
fuzzy closed this issue 2026-07-06 08:29:39 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/hottea#127
No description provided.