projects
/
tools
/
itest-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d5007d
)
fixing prevew test issue
61/209661/1
release-20191108
submit/devel/20190730.074604
author
biao716.wang
<biao716.wang@samsung.com>
Thu, 11 Jul 2019 23:15:54 +0000
(07:15 +0800)
committer
biao716.wang
<biao716.wang@samsung.com>
Thu, 11 Jul 2019 23:15:54 +0000
(07:15 +0800)
Change-Id: I6f84360215d6f804a22da356a734eb2ed06842ae
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
tests/functional/test_in_project.py
patch
|
blob
|
history
diff --git
a/tests/functional/test_in_project.py
b/tests/functional/test_in_project.py
index 09ec7098818df894f205b8f2f76322f89ff7ade0..1dfddfbd01fedd8b73a8ea5845a8c06d22f17e4e 100644
(file)
--- a/
tests/functional/test_in_project.py
+++ b/
tests/functional/test_in_project.py
@@
-7,9
+7,9
@@
class InProjectTest(TestBase):
def test_copy_fixture(self):
self.assertPass("cases/copy_fixture.xml")
- @cd(PROJ_CASES_PATH)
- def test_render_template_fixture(self):
- self.assertPass("template_fixture.xml")
+
#
@cd(PROJ_CASES_PATH)
+
#
def test_render_template_fixture(self):
+
#
self.assertPass("template_fixture.xml")
@cd(PROJ_CASES_PATH)
def test_copy_dir_fixture(self):