Skip to content

Commit

Permalink
Reactivate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Jan 29, 2024
1 parent 65c7db7 commit b158054
Showing 1 changed file with 69 additions and 69 deletions.
138 changes: 69 additions & 69 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,82 +92,82 @@ function test_large_generic_graphs(g; skip_if_too_large::Bool=false)
end

tests = [
# "simplegraphs/runtests",
# "linalg/runtests",
# "parallel/runtests",
# "interface",
# "core",
# "operators",
# "degeneracy",
# "distance",
# "digraph/transitivity",
# "cycles/hawick-james",
# "cycles/johnson",
# "cycles/karp",
# "cycles/basis",
# "cycles/limited_length",
# "cycles/incremental",
# "edit_distance",
# "connectivity",
# "persistence/persistence",
# "shortestpaths/astar",
# "shortestpaths/bellman-ford",
# "shortestpaths/desopo-pape",
# "shortestpaths/dijkstra",
# "shortestpaths/johnson",
# "shortestpaths/floyd-warshall",
# "shortestpaths/yen",
# "shortestpaths/spfa",
# "traversals/bfs",
# "traversals/bipartition",
# "traversals/greedy_color",
# "traversals/dfs",
# "traversals/maxadjvisit",
# "traversals/randomwalks",
# "traversals/diffusion",
# "traversals/eulerian",
# "community/cliques",
# "community/core-periphery",
# "community/label_propagation",
# "community/modularity",
# "community/clustering",
# "community/clique_percolation",
# "community/assortativity",
# "community/rich_club",
# "centrality/betweenness",
# "centrality/closeness",
# "centrality/degree",
# "centrality/katz",
# "centrality/pagerank",
# "centrality/eigenvector",
# "centrality/stress",
# "centrality/radiality",
# "utils",
# "deprecations",
# "spanningtrees/boruvka",
# "spanningtrees/kruskal",
# "spanningtrees/prim",
# "steinertree/steiner_tree",
# "biconnectivity/articulation",
# "biconnectivity/biconnect",
# "biconnectivity/bridge",
# "graphcut/normalized_cut",
# "graphcut/karger_min_cut",
# "dominatingset/degree_dom_set",
# "dominatingset/minimal_dom_set",
# "independentset/degree_ind_set",
# "independentset/maximal_ind_set",
# "vertexcover/degree_vertex_cover",
# "vertexcover/random_vertex_cover",
# "trees/prufer",
"simplegraphs/runtests",
"linalg/runtests",
"parallel/runtests",
"interface",
"core",
"operators",
"degeneracy",
"distance",
"digraph/transitivity",
"cycles/hawick-james",
"cycles/johnson",
"cycles/karp",
"cycles/basis",
"cycles/limited_length",
"cycles/incremental",
"edit_distance",
"connectivity",
"persistence/persistence",
"shortestpaths/astar",
"shortestpaths/bellman-ford",
"shortestpaths/desopo-pape",
"shortestpaths/dijkstra",
"shortestpaths/johnson",
"shortestpaths/floyd-warshall",
"shortestpaths/yen",
"shortestpaths/spfa",
"traversals/bfs",
"traversals/bipartition",
"traversals/greedy_color",
"traversals/dfs",
"traversals/maxadjvisit",
"traversals/randomwalks",
"traversals/diffusion",
"traversals/eulerian",
"community/cliques",
"community/core-periphery",
"community/label_propagation",
"community/modularity",
"community/clustering",
"community/clique_percolation",
"community/assortativity",
"community/rich_club",
"centrality/betweenness",
"centrality/closeness",
"centrality/degree",
"centrality/katz",
"centrality/pagerank",
"centrality/eigenvector",
"centrality/stress",
"centrality/radiality",
"utils",
"deprecations",
"spanningtrees/boruvka",
"spanningtrees/kruskal",
"spanningtrees/prim",
"steinertree/steiner_tree",
"biconnectivity/articulation",
"biconnectivity/biconnect",
"biconnectivity/bridge",
"graphcut/normalized_cut",
"graphcut/karger_min_cut",
"dominatingset/degree_dom_set",
"dominatingset/minimal_dom_set",
"independentset/degree_ind_set",
"independentset/maximal_ind_set",
"vertexcover/degree_vertex_cover",
"vertexcover/random_vertex_cover",
"trees/prufer",
"flows/edmonds_karp",
"flows/dinic",
"flows/boykov_kolmogorov",
"flows/push_relabel",
"flows/maximum_flow",
"flows/multiroute_flow",
"flows/mincut",
# "experimental/experimental",
"experimental/experimental",
]

@testset verbose = true "Graphs" begin
Expand Down

0 comments on commit b158054

Please sign in to comment.