subgroups.tests.core package

Submodules

subgroups.tests.core.test_operator module

Tests of the functionality contained in the file ‘core/operator.py’.

class subgroups.tests.core.test_operator.TestOperator(methodName='runTest')[source]

Bases: TestCase

test_Operator_evaluate_method()[source]
Return type:

None

test_Operator_evaluate_method_with_pandasSeries()[source]
Return type:

None

test_Operator_generate_from_str_method()[source]
Return type:

None

test_Operator_string_representation()[source]
Return type:

None

subgroups.tests.core.test_pattern module

Tests of the functionality contained in the file ‘core/pattern.py’.

class subgroups.tests.core.test_pattern.TestPattern(methodName='runTest')[source]

Bases: TestCase

test_Pattern_contains_method()[source]
Return type:

None

test_Pattern_general()[source]
Return type:

None

test_Pattern_is_contained_method()[source]
Return type:

None

test_Pattern_is_refinement_method()[source]
Return type:

None

subgroups.tests.core.test_selector module

Tests of the functionality contained in the file ‘core/selector.py’.

class subgroups.tests.core.test_selector.TestSelector(methodName='runTest')[source]

Bases: TestCase

setUp()[source]

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

Return type:

None

test_Selector_attributes()[source]
Return type:

None

test_Selector_comparisons()[source]
Return type:

None

test_Selector_creation_process()[source]
Return type:

None

test_Selector_deletion_process()[source]
Return type:

None

test_Selector_generate_from_str_method()[source]
Return type:

None

test_Selector_match_method()[source]
Return type:

None

test_Selector_same_value_different_type()[source]
Return type:

None

subgroups.tests.core.test_subgroup module

Tests of the functionality contained in the file ‘core/subgroup.py’.

class subgroups.tests.core.test_subgroup.TestSubgroup(methodName='runTest')[source]

Bases: TestCase

test_Subgroup_filter()[source]
test_Subgroup_general()[source]
test_Subgroup_is_refinement_method()[source]
Return type:

None