asyncevents/tests
nocturn9x caf6ba5404 Added more tests 2022-01-23 08:29:39 +01:00
..
arguments.py Added support for returning values from event handlers and to pass arbitrary arguments to them when emitting events 2022-01-07 18:23:24 +01:00
blocking.py Added more tests, improved README, removed simple_example.py 2021-12-25 18:38:20 +01:00
multiple_events_one_handler.py Added more tests, improved README, removed simple_example.py 2021-12-25 18:38:20 +01:00
multiple_handlers_one_event.py Made the behavior of oneshot handlers uniform across execution modes. Added more tests and notes to README 2021-12-26 15:52:47 +01:00
non_blocking.py Added more tests, improved README, removed simple_example.py 2021-12-25 18:38:20 +01:00
on_error.py Added more tests, improved README, removed simple_example.py 2021-12-25 18:38:20 +01:00
on_unknown_event.py Added more tests, improved README, removed simple_example.py 2021-12-25 18:38:20 +01:00
oneshot.py Made the behavior of oneshot handlers uniform across execution modes. Added more tests and notes to README 2021-12-26 15:52:47 +01:00
priority.py Added exists() helper in package namespace and added test for priority scheduling 2021-12-29 13:15:51 +01:00
return_values.py Added more tests 2022-01-23 08:29:39 +01:00