mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
more refactoring
This commit is contained in:
parent
abc12bc361
commit
53800ef65f
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue