exopy.testing.windows module

Window used to test widget.

class exopy.testing.windows.ContainerTestingWindow(parent=None, **kwargs)

Bases: enaml.widgets.window.Window

Window used to test a container.

widget

A value which allows objects of a given type or types.

Values will be tested using the PyObject_IsInstance C API call. This call is equivalent to isinstance(value, kind) and all the same rules apply.

The value of an Instance may be set to None.

workbench

A value which allows objects of a given type or types.

Values will be tested using the PyObject_IsInstance C API call. This call is equivalent to isinstance(value, kind) and all the same rules apply.

The value of an Instance may be set to None.

class exopy.testing.windows.DockItemTestingWindow(parent=None, **kwargs)

Bases: enaml.widgets.window.Window

Window used to test a dock item.

area
set_layout
widget

A value which allows objects of a given type or types.

Values will be tested using the PyObject_IsInstance C API call. This call is equivalent to isinstance(value, kind) and all the same rules apply.

The value of an Instance may be set to None.

workbench

A value which allows objects of a given type or types.

Values will be tested using the PyObject_IsInstance C API call. This call is equivalent to isinstance(value, kind) and all the same rules apply.

The value of an Instance may be set to None.

class exopy.testing.windows.PageTestingWindow(parent=None, **kwargs)

Bases: enaml.widgets.window.Window

Window used to test a page.

widget

A value which allows objects of a given type or types.

Values will be tested using the PyObject_IsInstance C API call. This call is equivalent to isinstance(value, kind) and all the same rules apply.

The value of an Instance may be set to None.

workbench

A value which allows objects of a given type or types.

Values will be tested using the PyObject_IsInstance C API call. This call is equivalent to isinstance(value, kind) and all the same rules apply.

The value of an Instance may be set to None.