diff options
| author | Damien George | 2020-04-02 00:38:00 +1100 |
|---|---|---|
| committer | Damien George | 2020-04-04 10:47:48 +1100 |
| commit | df156b18e517f9267bf8e4e206aa383a6e356508 (patch) | |
| tree | 47d188952f46decaf082f39d939b5d17988bc771 /tests/extmod/uasyncio_set_exception_handler.py.exp | |
| parent | 15f41c2dbf669e1a15ce2afb59eb29f5625d9973 (diff) | |
docs,tests: Add docs and test for uasyncio custom exc handler methods.
Diffstat (limited to 'tests/extmod/uasyncio_set_exception_handler.py.exp')
| -rw-r--r-- | tests/extmod/uasyncio_set_exception_handler.py.exp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/extmod/uasyncio_set_exception_handler.py.exp b/tests/extmod/uasyncio_set_exception_handler.py.exp new file mode 100644 index 000000000..4744641e5 --- /dev/null +++ b/tests/extmod/uasyncio_set_exception_handler.py.exp @@ -0,0 +1,8 @@ +None +True +sleep +custom_handler ValueError(0, 1) +sleep +custom_handler ValueError(1, 2) +custom_handler ValueError(2, 3) +done |
