提交 896a7da5 编写于 作者: C Cleber Rosa

SimpleTest: with the implementation of filename, basedir is unnecessary

The implementation of basedir from Avocado Test is also sufficient for
SimpleTest now that the `filename` property is implemented.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 ac1ca531
......@@ -585,13 +585,6 @@ class SimpleTest(Test):
base_logdir=base_logdir, tag=tag, job=job)
self.path = name
@property
def datadir(self):
"""
Returns the path to the directory that contains test data files
"""
return self.name + '.data'
@property
def filename(self):
"""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册