tomwer.gui.control.test.test_datalistener.TestDataListenerConfiguration#

class tomwer.gui.control.test.test_datalistener.TestDataListenerConfiguration(methodName='runTest')#

Simple test the interface for configuration is working

pytestmark = [Mark(name='skipif', args=(False,), kwargs={'reason': 'skip gui test'})]#
setUp()#

Get the list of existing widgets.

tearDown()#

Hook method for deconstructing the test fixture after testing it.

testConfiguration()#
testInteraction()#

make sure the sigConfigurationChanged is emitted only when the user validate the modifications. This is done because we need to stop the thread and launch a new one, we don’t wan’t to do this automatically