mirror of https://gitlab.com/bashrc2/epicyon
Instructions for converting to image
parent
b42964ff59
commit
b927863f7e
2
tests.py
2
tests.py
|
@ -2851,6 +2851,8 @@ def testFunctions():
|
||||||
with open('epicyon.dot', 'w+') as fp:
|
with open('epicyon.dot', 'w+') as fp:
|
||||||
fp.write(callGraphStr)
|
fp.write(callGraphStr)
|
||||||
print('Call graph saved to epicyon.dot')
|
print('Call graph saved to epicyon.dot')
|
||||||
|
print('Convert to image with: ' +
|
||||||
|
'dot -T epicyon.dot -o epicyon_diagram.jpg')
|
||||||
|
|
||||||
|
|
||||||
def runAllTests():
|
def runAllTests():
|
||||||
|
|
Loading…
Reference in New Issue