mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 22:21:30 +00:00
more refactoring
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user