avocado.loader: Introduce multiple tests.
Introduce multiple test methods defined in Avocado Test class.
The tests looks like the one of unittest module.
The test methods are defined when you create test<something> methods,
inside the test class. Each test methods becomes a test case unit
to execute.
Example:
class MyTest(avocado.test.Test):
def test_eone(self)...
def test_two(self)...
def testAnotherone(self)...
Signed-off-by: NRudá Moura <rmoura@redhat.com>
Showing
selftests/all/unit/avocado/loader_unittest.py
100755 → 100644
想要评论请 注册 或 登录