You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rework fail to raise a ClinicError, and warn to use warnings.warn(..., ClinicWarning)
This will simplify the test suite (we can use assertRaisesRegex instead of the current capture stdout hacks). Proof-of-concept implementation: Argument-Clinic#2
The text was updated successfully, but these errors were encountered:
Suggesting to...:
fail
to raise a ClinicError, andwarn
to usewarnings.warn(..., ClinicWarning)
This will simplify the test suite (we can use
assertRaisesRegex
instead of the current capture stdout hacks). Proof-of-concept implementation: Argument-Clinic#2The text was updated successfully, but these errors were encountered: