• C
    Test: report test phases · 33b28b0f
    Cleber Rosa 提交于
    The avocado test runner mostly "flies blind" when it comes to the
    individual test phases, that is, it doesn't know if a test is
    currently being initialized, running its setup, running the test
    method itself or its teardown.
    
    With this, the runner gets access to that information, and can act
    differently based on this knowledge.  One use case is to allow for
    different timeouts on different test phases.
    Signed-off-by: NCleber Rosa <crosa@redhat.com>
    33b28b0f
test_basic.py 64.9 KB