tests.conftest# Provides fixtures and PyTest hooks for all testing usage. See: https://docs.pytest.org/en/latest/reference/fixtures.html#conftest-py-sharing-fixtures-across-multiple-files Functions complete_graph_1k_directed() Return a complete graph with directed edges of 1,000 nodes. complete_graph_1k_undirected() Return a complete graph with undirected edges of 1,000 nodes. graph_clrs09_22_6() The graph generated in this function is taken from [CLRS09], figure 22.6. graph_clrs09_22_8() The graph generated by this function is taken from [CLRS09], figure 22.8.