test Package¶
test
Package¶
uitestutils
Module¶
-
class
stoqlib.gui.test.uitestutils.
GUIDumper
[source]¶ Bases:
object
A class used to dump the state of a widget tree and serialize it into a string that can be saved on disk.
-
class
stoqlib.gui.test.uitestutils.
GUITest
(test)[source]¶ Bases:
stoqlib.domain.test.domaintest.DomainTest
-
click
(button)[source]¶ Simulates a click on a button. This verifies that the button is clickable (visible and sensitive) and emits the clicked signal
-