tests.unit_tests.config.groups.test_use_chances_group#

Functions

test_chance_group_fail_used_group_fail

Tests UseChancesGroup when the group validation fails but item validation passes.

test_chance_group_fail_used_item_fail

Tests UseChancesGroup when the group validation passes but an item fails the group.

test_chance_group_not_used

Test the UseChancesGroup when not used.

test_chance_group_valid_used

Test the UseChancesGroup when used and valid.

tests.unit_tests.config.groups.test_use_chances_group.test_chance_group_not_used()[source]#

Test the UseChancesGroup when not used.

tests.unit_tests.config.groups.test_use_chances_group.test_chance_group_valid_used()[source]#

Test the UseChancesGroup when used and valid.

tests.unit_tests.config.groups.test_use_chances_group.test_chance_group_fail_used_item_fail()[source]#

Tests UseChancesGroup when the group validation passes but an item fails the group.

tests.unit_tests.config.groups.test_use_chances_group.test_chance_group_fail_used_group_fail()[source]#

Tests UseChancesGroup when the group validation fails but item validation passes.