Commit 828d34d7 authored by Jérome Perrin's avatar Jérome Perrin

revive getUnitTestFile function that I mistakenly removed



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10025 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9f601c1f
......@@ -28,6 +28,10 @@ Options:
"""
def getUnitTestFile():
"""returns the absolute path of this script.
This is used by template tool to run unit tests."""
return os.path.abspath(__file__)
def initializeInstanceHome(tests_framework_home,
real_instance_home,
......
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