Add testing helpers
Open
- Dominant language
- Python
- Stars
- 15
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
This would / should be used by downstream packages who:
- [ ] Are doing deprecations themselves and want to test code that should be deprecated
- [ ] Potentially fail for deprecated code that should have been removed (e.g. where `version` is later than the detected current version)
- [ ] Are *not* doing deprecations themselves and want to ensure other code they run does not raise deprecations (#28)
- [ ] Turn all deprecations into exceptions
(Possibly those are different and should split into separate tickets).
Contributor guide
Assessment
This issue has not been assessed yet.