Testing#
Testing module for molass library.
- show_or_save(test_name=None, fig=None)#
Convenience function to show or save plot.
- is_interactive()#
Returns True if plots should be shown interactively.
- control_matplotlib_plot(test_func)#
Decorator for test functions with matplotlib plots.
- suppress_numerical_warnings(test_func)#
Decorator to suppress numerical computation warnings.
- configure_for_test(test_func)#
Deprecated: Use control_matplotlib_plot instead.