tests.output.test_plaintext

tests.output.test_plaintext#

Unit tests for output.plaintext module.

Functions

test_basic_render_empty()

Test the basic render function with an empty universe.

test_basic_render_nonsorted(graph_clrs09_22_6)

Test the basic render approach without a sort function, but with a render function.

test_basic_render_norender(graph_clrs09_22_6)

Test the basic render approach with a sort function but no render function.

test_basic_render_sorted(graph_clrs09_22_6)

Test the basic render approach with a sort and render function.