Manual monkeypatching in tests needs to be replaced with Pytest monkeypatching
Open
enhancement
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
# Description
I didn't realize that Pytest supported monkeypatching with its `monkeypatch` fixture and implemented this manually, which is a pain in the neck.
# Proposal
Replace all manual monkeypatching with the `monkeypatch` fixture.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.