Tests of deprecated features should not print warnings #150
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
keep-open
Exempts stale action from auto closing the issue/pr.
stale
Milestone
Is your feature request related to a problem? Please describe.
When running tests in the unit/deprecated directory, deprecation warnings are output. Obviously we know they're deprecated, but we need to ensure that the deprecated functions work the same as they used to for compatibility.
Describe the solution you'd like
Deprecated tests should catch or silence the deprecation warnings. Ideally, tests cases will also ensure that the deprecated functions emit a deprecation warning.
Describe alternatives you've considered
Ignore the output?
The text was updated successfully, but these errors were encountered: