dash-extensions
dash-extensions copied to clipboard
Unit testing of callback functions
With dash 2.6 it is possible to create unit tests for callback functions; Release Notes. However this does not work when using dash extensions. It would be really nice to have the same possibility with dash extensions.
I have just made a pre-release, 0.1.8rc3 that adds support for this usecase. Can you check if it works as intended on your end?
NB: It is only compatible with Dash 2.7 and later.