schrodinger.test.af2commontests module

class schrodinger.test.af2commontests.TestMixinBase[source]

Bases: object

getTestObj()[source]
getTestObjClass()[source]
class schrodinger.test.af2commontests.BasePanelTestMixin[source]

Bases: schrodinger.test.af2commontests.TestMixinBase

getTestObj(stop_before=1)[source]
test_init_kwargs()[source]
test_setup()[source]
test_layOut()[source]
test_setDefaults()[source]
test_startUp(mock_qapp)[source]
getTestObjClass()
class schrodinger.test.af2commontests.ValidationTestMixin[source]

Bases: schrodinger.test.af2commontests.TestMixinBase

test_reportValidation_implemented()[source]
getTestObj()
getTestObjClass()
class schrodinger.test.af2commontests.AppMixin[source]

Bases: schrodinger.test.af2commontests.BasePanelTestMixin, schrodinger.test.af2commontests.ValidationTestMixin

test_hasTitle()[source]
getTestObj(stop_before=1)
getTestObjClass()
test_init_kwargs()
test_layOut()
test_reportValidation_implemented()
test_setDefaults()
test_setup()
test_startUp(mock_qapp)
class schrodinger.test.af2commontests.JobAppMixin[source]

Bases: schrodinger.test.af2commontests.AppMixin

test_startMethodDefined()[source]
test_configDialogSet()[source]
test_writeMethodNoLaunch(mock_launch_job)[source]
getTestObj(stop_before=1)
getTestObjClass()
test_hasTitle()
test_init_kwargs()
test_layOut()
test_reportValidation_implemented()
test_setDefaults()
test_setup()
test_startUp(mock_qapp)