Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53800ef

Browse files
committed
more refactoring
1 parent abc12bc commit 53800ef

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

lib/controller/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
from lib.core.exception import exceptionsTuple
4040
from lib.core.exception import sqlmapNotVulnerableException
4141
from lib.core.session import setInjection
42-
from lib.core.smoketest import smokeTest
4342
from lib.core.target import initTargetEnv
4443
from lib.core.target import setupTargetEnv
44+
from lib.core.testing import smokeTest
4545
from lib.utils.parenthesis import checkForParenthesis
4646

4747
def __selectInjection(injData):
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,9 @@ def smokeTest():
6262
infoMsg += "FAILED"
6363
logger.error(infoMsg)
6464
return retVal
65+
66+
def liveTest():
67+
"""
68+
This will run the testing of a program against the testing environment
69+
"""
70+
pass

0 commit comments

Comments
 (0)