tests.output.test_pyvis

tests.output.test_pyvis#

Unit tests for output.pyvis module.

Functions

test_pyvis_customizable(graph_clrs09_22_6)

Ensure that UI customizability can be enabled.

test_pyvis_makes_net(graph_clrs09_22_6)

Ensure the PyVis network creation is working.

test_pyvis_makes_net_default_args(...)

Ensure default-arguments make net call makes a net.

test_pyvis_vert_outside_uni(graph_clrs09_22_6)

Ensure that make_pyvis_net can handle vertices outside the given universe.

test_pyvis_vert_outside_uni_hard(...)

See what happens in a worst-case scenario with the __make_pyvis_net_i attribute already defined.