Commit 7542aa0b authored by Rafael Monnerat's avatar Rafael Monnerat

Added Deprecation message

Use ERP5TypeFunctionalTestCase and runUnitTest instead of runFunctionalTest

O directly use the browser for manual runs.
parent e1c8c084
......@@ -11,6 +11,10 @@ from subprocess import Popen, PIPE
from sendMail import sendMail
import atexit
print "DEPRECATION WARNNING: This command 'runFunctionalTest' is Deprecated, " + \
"you should use ERP5TypeFunctionalTestCase and runUnitTest instead." + \
"You can take a look at testFuncionalCore.py"
__doc__ = """%(program)s: Zelenium functional test runner for the ERP5 Project
usage: %(program)s [options]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment