Skip to content

Commit

Permalink
add main
Browse files Browse the repository at this point in the history
  • Loading branch information
erelsgl committed Jul 17, 2024
1 parent cd53ce3 commit da851d1
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,9 @@ def test_random_graph_comparison():

finally:
logger.info("Finished test_random_graph_comparison.")
logger.info("-" * 100)
logger.info("-" * 100)


if __name__ == "__main__":
pytest.main(["-v",__file__])

0 comments on commit da851d1

Please sign in to comment.