Testing
Utilities for testing.
- logikal_utils.testing.hide_traceback(function: Function, error: type[Exception] = <class 'AssertionError'>) Function
Decorator for hiding pytest failure tracebacks.
See the pytest documentation for more information.