The congress.tests.datalog.test_utility Module

class congress.tests.datalog.test_utility.TestBagGraph(*args, **kwargs)

Bases: congress.tests.base.TestCase

test_cycle()
test_edge_labels()
test_edges()

Test addition/deletion of edges.

test_ior()
test_nodes()

Test addition/deletion of nodes.

test_or()
class congress.tests.datalog.test_utility.TestGraph(*args, **kwargs)

Bases: congress.tests.base.TestCase

test_cycle()
test_cyclic_dependencies()
test_dependencies()
test_edges()

Test addition/deletion of edges.

test_find_dependent_nodes()
test_find_reachable_nodes()
test_ior()
test_nodes()

Test addition/deletion of nodes.

test_or()
class congress.tests.datalog.test_utility.TestIterstr(*args, **kwargs)

Bases: congress.tests.base.TestCase

class X(v)

Bases: object

TestIterstr.get_logging_fixtures(*args, **kwds)
TestIterstr.test__repr__returns_formal_representation()
TestIterstr.test__str__returns_informal_representation()
TestIterstr.test_empty()
TestIterstr.test_logging_basic_integration()
TestIterstr.test_logging_skips_interpolation()