From b927863f7e9dfb7fb3984dcc968d1966005e5ee4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 22 Dec 2020 23:04:17 +0000 Subject: [PATCH] Instructions for converting to image --- tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests.py b/tests.py index 1b6f9e54b..57527e549 100644 --- a/tests.py +++ b/tests.py @@ -2851,6 +2851,8 @@ def testFunctions(): with open('epicyon.dot', 'w+') as fp: fp.write(callGraphStr) print('Call graph saved to epicyon.dot') + print('Convert to image with: ' + + 'dot -T epicyon.dot -o epicyon_diagram.jpg') def runAllTests():