aiida_ce.tests package

Submodules

aiida_ce.tests.test_calculations module

Tests for calculations

aiida_ce.tests.test_calculations.test_process(ce_code)[source]

aiida_ce.tests.test_cli module

Tests for command line interface.

class aiida_ce.tests.test_cli.TestDataCli(methodName='runTest')[source]

Bases: aiida.manage.tests.unittest_classes.PluginTestCase

Test verdi data cli plugin.

__module__ = 'aiida_ce.tests.test_cli'
setUp()[source]

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

test_data_diff_export()[source]
test_data_diff_list()[source]

aiida_ce.tests.test_data module

Test for data of plugin

class aiida_ce.tests.test_data.TestStructureSet(methodName='runTest')[source]

Bases: aiida.manage.tests.unittest_classes.PluginTestCase

Test data type StructureSet.

__module__ = 'aiida_ce.tests.test_data'
setUp()[source]

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

test_structure_set_shape()[source]

Module contents

Tests for the plugin.

Includes both tests written in unittest style (test_cli.py) and tests written in pytest style (test_calculations.py).