traits_futures.testing.optional_dependencies module¶
Code for managing optional dependencies in tests.
- traits_futures.testing.optional_dependencies.requires_qt(obj)¶
Decorator that can be used to indicate that a test requires a Qt backend (e.g., PyQt or PySide2)
- traits_futures.testing.optional_dependencies.requires_wx(obj)¶
Decorator that can be used to indicate that a test requires wxPython.