未验证 提交 20b61337 编写于 作者: A Amador Pahim

Merge branch 'clebergnu-spell_60_v2'

Signed-off-by: NAmador Pahim <apahim@redhat.com>
......@@ -17,7 +17,7 @@ class DoubleFreeTest(Test):
:avocado: tags=requires_c_compiler
:param source: name of the source file located in deps path
:param source: name of the source file located in a data directory
"""
def setUp(self):
......
......@@ -16,7 +16,7 @@ class DoubleFreeTest(Test):
:avocado: tags=failure_expected,requires_c_compiler
:param source: name of the source file located in deps path
:param source: name of the source file located in a data directory
"""
__binary = None # filename of the compiled program
......
......@@ -19,7 +19,7 @@ class PrintVariableTest(Test):
:avocado: tags=requires_c_compiler
:param source: path to the source file relative to deps dir.
:param source: name of the source file located in a data directory
"""
__binary = None # filename of the compiled program
......
......@@ -6,10 +6,9 @@ from avocado import main
class MultipleTests(Test):
"""
Following the idea of unittest module,
every test method starts with a 'test' prefix,
so that 'test_foo' and 'testFoo' are test methods,
but 'division_by_zero' and 'action' are not.
Following the unittest module pattern, every test method starts
with a literal 'test' prefix, so that 'test_foo' and 'testFoo' are
test methods, but 'division_by_zero' and 'action' are not.
"""
def setUp(self):
......
......@@ -14,7 +14,7 @@ class SyncTest(Test):
"""
Execute the synctest test suite.
:param sync_tarball: path to the tarball relative to deps dir.
:param sync_tarball: path to the tarball relative to a data directory
:param default_symbols: whether to build with debug symbols (bool)
:param sync_length: how many data should by used in sync test
:param sync_loop: how many writes should be executed in sync test
......
......@@ -564,3 +564,17 @@ virtuozzo
pict
golang
virdomain
tmpdir
tmpdirs
logdir
logdirs
workdir
datasize
getoutput
doublefree
synctest
getstatusoutput
rtd
testfoo
commandtimeout
uids
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册