From cb0107950bb4be6896b7fc406861b0a9b4bee47f Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 13 Feb 2007 15:43:41 -0500 Subject: Playing around with rendering options, but 'dot' is the only sane one. --- tests/tests.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/tests.py b/tests/tests.py index 0445e3b..2a663e6 100644 --- a/tests/tests.py +++ b/tests/tests.py @@ -351,5 +351,6 @@ if __name__ == "__main__": runner = unittest.TextTestRunner() runner.run(tests) if HAS_GRAPH: - pycallgraph.make_graph('test.png') - + pycallgraph.make_graph('cg_dot.png', tool='dot') + sys.exit(0) + -- cgit