tomwer.gui.control.test.test_volume_dialog.TestVolumeDialog#

class tomwer.gui.control.test.test_volume_dialog.TestVolumeDialog(methodName='runTest')#

Test QVolumeDialog

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.

test_provide_edf_volume_auto()#

Test everything can be discovered from a single ‘default’ edf volume folder

test_provide_edf_volume_manual()#

Test we can create a volume if everything is defined manually from edf volume folder

test_provide_edf_volume_url()#

Test we can create a volume if the url (of a EDFVolume) is provided by the user

test_provide_hdf5_volume_auto()#

Test everything can be discovered from a single ‘default’ hdf5 file

test_provide_hdf5_volume_manual()#

Test we can create a volume if everything is defined manually from hdf5 volume file

test_provide_hdf5_volume_url()#

Test we can create a volume if the url (of a hdf5 volume) is provided by the user