Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc12bc commit 53800efCopy full SHA for 53800ef
2 files changed
lib/controller/controller.py
@@ -39,9 +39,9 @@
39
from lib.core.exception import exceptionsTuple
40
from lib.core.exception import sqlmapNotVulnerableException
41
from lib.core.session import setInjection
42
-from lib.core.smoketest import smokeTest
43
from lib.core.target import initTargetEnv
44
from lib.core.target import setupTargetEnv
+from lib.core.testing import smokeTest
45
from lib.utils.parenthesis import checkForParenthesis
46
47
def __selectInjection(injData):
lib/core/smoketest.py lib/core/testing.pylib/core/smoketest.py renamed to lib/core/testing.py
@@ -62,3 +62,9 @@ def smokeTest():
62
infoMsg += "FAILED"
63
logger.error(infoMsg)
64
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