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():