diff options
author | Cleber Rosa <crosa@redhat.com> | 2021-07-27 08:53:48 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2021-07-27 12:07:01 -0400 |
commit | e325f38ea9570572b5bdbd9b6c24956deeb9a317 (patch) | |
tree | 3540ba87e6bfcc3d26ab6b10e3152671b16044e1 /.packit.yaml | |
parent | ee5d9d017b0a1bfeaebee9c21c17e89ef1f909a8 (diff) | |
download | sos-e325f38ea9570572b5bdbd9b6c24956deeb9a317.tar.gz |
[tests] use Avocado "recursive" behavior by default
Avocado will, by default, use the "recursive" behavior when looking
for tests. It means that the class hierarchy will be crawled
recursively, until, for "avocado-instrumented" tests, the top-most
parent "avocado.Test" is found.
When the "enable" behavior is activated, it forces the class to be
considered one containing avocado-instrumented tests, but, it disables
the recursive behavior and only the tests local to that specific class
are found.
Signed-off-by: Cleber Rosa <crosa@redhat.com>
Diffstat (limited to '.packit.yaml')
0 files changed, 0 insertions, 0 deletions