EBSDpython code
Functions | Variables
verifyAll.py File Reference

Functions

def verifyAll.doctestImage (fileName)
 

Variables

bool verifyAll.doGIT = False
 
 verifyAll.doxyFile = open(fileName[:-7]+"doxy",'w')
 
 verifyAll.line = line.replace('>>> doctestImage("','')
 
 verifyAll.message = input("Enter github message? [empty: no commit] ")
 
bool verifyAll.noFailure = True
 
 verifyAll.result = doctest.testfile(fileName)
 
 verifyAll.txtFile = open(fileName,'r')