tests.test_decorations module

tests.test_decorations

Tests graph decorations.

class tests.test_decorations.TestDifferenceMarkers

Bases: object

Test markers for differences.

test_empty_differences()

Test that an empty difference value leads to an empty attribute table.

test_equal_differences()

Test that an equal difference gives an attribute table w/ an entry for every node.

class tests.test_decorations.TestGraphNodeDecorations

Bases: object

Test decorating structure graphs.

test_devpath()

Test that the value of DEVPATH is the same as the key of the node.

class tests.test_decorations.TestNodeDecorating

Bases: object

Test actually decorating a graph.

test_decorating_edges()

Test that decorating actually sets the proper value.

test_decorating_nodes()

Test that decorating actually sets the proper value.

Table Of Contents

Previous topic

tests.test_compare module

Next topic

tests.test_print module

This Page