On Fri, Apr 16, 2021 at 2:26 AM Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > > On 4/15/21 11:51 PM, Cleber Rosa wrote: > > These tests' setUp do not do anything beyong what their base class do. > > And while they do decorate the setUp() we can decorate the classes > > instead, so no functionality is lost here. > > This is what I did first when adding this test, but it was not working, > so I had to duplicate it to each method. Did something change so now > this is possible? >
If your attempt was made prior https://github.com/avocado-framework/avocado/pull/3570, or with a version that did not have this fix, this, indeed, wasn't working.