test_ok2/doc/en/example/nonpython
Jarrett Keifer 751d726d21
nonpython example now repr all exceptions
The definition of `repr_failure` on the `YamlItem` subclass only handled the custom `YamlException` class, which hides all other errors from the user. By adding in the `super` call we ensure all other exception types also appropriately handled by `repr_failure`.
2023-05-23 20:06:05 -07:00
..
__init__.py added "docs/en" directory and moved 2012-06-06 08:52:53 +09:00
conftest.py nonpython example now repr all exceptions 2023-05-23 20:06:05 -07:00
test_simple.yaml Substituted 'yml' to '.yaml' in relevant files 2019-07-02 23:49:06 -07:00