Loading Common/Misc/getTemplateForTest/src/gettemplatefortest.py +2 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ def get_introot(): def get_template_dir_name(): introot = get_introot() return os.path.join(introot, "templates/test") return os.path.join(introot, "templates/tests") def get_template_dir(): template_dir = get_template_dir_name() Loading @@ -40,7 +40,7 @@ def command_line_util(args): print usage sys.exit(0) else: target_dir = 'test' # Default target directory target_dir = 'tests' # Default target directory if os.path.exists(target_dir): msg = "ERROR: %s directory already exists." %target_dir Loading Common/Misc/getTemplateForTest/templates/test/.discos→Common/Misc/getTemplateForTest/templates/tests/.discos +0 −0 File moved. View file Common/Misc/getTemplateForTest/templates/test/Makefile→Common/Misc/getTemplateForTest/templates/tests/Makefile +0 −0 File moved. View file Common/Misc/getTemplateForTest/templates/test/external/__init__.py→Common/Misc/getTemplateForTest/templates/tests/external/__init__.py +0 −0 File moved. Common/Misc/getTemplateForTest/templates/test/functional/__init__.py→Common/Misc/getTemplateForTest/templates/tests/functional/__init__.py +0 −0 File moved. Loading
Common/Misc/getTemplateForTest/src/gettemplatefortest.py +2 −2 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ def get_introot(): def get_template_dir_name(): introot = get_introot() return os.path.join(introot, "templates/test") return os.path.join(introot, "templates/tests") def get_template_dir(): template_dir = get_template_dir_name() Loading @@ -40,7 +40,7 @@ def command_line_util(args): print usage sys.exit(0) else: target_dir = 'test' # Default target directory target_dir = 'tests' # Default target directory if os.path.exists(target_dir): msg = "ERROR: %s directory already exists." %target_dir Loading
Common/Misc/getTemplateForTest/templates/test/.discos→Common/Misc/getTemplateForTest/templates/tests/.discos +0 −0 File moved. View file
Common/Misc/getTemplateForTest/templates/test/Makefile→Common/Misc/getTemplateForTest/templates/tests/Makefile +0 −0 File moved. View file
Common/Misc/getTemplateForTest/templates/test/external/__init__.py→Common/Misc/getTemplateForTest/templates/tests/external/__init__.py +0 −0 File moved.
Common/Misc/getTemplateForTest/templates/test/functional/__init__.py→Common/Misc/getTemplateForTest/templates/tests/functional/__init__.py +0 −0 File moved.