-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed as not planned
Labels
Description
Suggesting to...:
- Introduce ClinicError and ClinicWarning
- Rework
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#2
AlexWaygood