module unit.repositories.categories

class unit.repositories.categories.describe_categories_repository[source]

Bases: unittest.case.TestCase

test_return_all_categories()[source]
test_returns_visibility()[source]
test_returns_event_visibility()[source]
test_get_parents_returns_empty_list()[source]
test_get_parents_returns_list()[source]
test_get_parents_for_checked_childs_returns_list()[source]
setUp()[source]

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

set_visibility(value)[source]
set_event_visibility(value)[source]
get_parent_and_child()[source]
get_child_without_parents()[source]