avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
336 stars 335 forks source link

Selftests: use avocado.Test.workdir instead #5908

Closed clebergnu closed 2 months ago

clebergnu commented 2 months ago

avocado-instrumented tests have the "workdir" property which works like a temporary directory that gets cleaned up after the test, so there's no need to inherit from the TestCaseTmpDir in those cases.

clebergnu commented 2 months ago

Closing this issue for now, due to change in priorities.