more refactoring

This commit is contained in:
Miroslav Stampar
2010-09-15 13:32:42 +00:00
parent abc12bc361
commit 53800ef65f
2 changed files with 7 additions and 1 deletions

View File

@@ -62,3 +62,9 @@ def smokeTest():
infoMsg += "FAILED"
logger.error(infoMsg)
return retVal
def liveTest():
"""
This will run the testing of a program against the testing environment
"""
pass