aiida.backends.tests.work.legacy package

Submodules

class aiida.backends.tests.work.legacy.job_process.TestJobProcess(methodName='runTest')[source]

Bases: aiida.backends.testbase.AiidaTestCase

__module__ = 'aiida.backends.tests.work.legacy.job_process'
_run_inputs(inputs)[source]
setUp()[source]

Hook method for setting up the test fixture before exercising it.

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

test_class_loader()[source]
test_job_process_set_label_and_description()[source]

Verify that calculation label and description get set when passed through inputs

test_job_process_set_none()[source]

Verify that calculation label and description can be set to None.