agent0.core.test_utils.assert_never
Various agent0 utility functions.
Functions
|
Helper function for exhaustive matching on ENUMS. |
Module Contents
- agent0.core.test_utils.assert_never.assert_never(arg: NoReturn) NoReturn
Helper function for exhaustive matching on ENUMS.
Note
This ensures that all ENUM values are checked, via an exhaustive match: https://github.com/microsoft/pyright/issues/2569
- Parameters:
arg (NoReturn) – The enum value.