Testing TraitsUI Applications¶
TraitsUI provides a toolkit independent API to help developers check the behavior of their applications in automated tests.
Most of the testing functionality can be accessed via the traitsui.testing.api
module.
Note
The testing library is relatively new compared to other features in TraitsUI. Built-in support for testing TraitsUI editors are continuously being added.