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

Using the pathlib module to handle file paths enhances the readability and maintainability of the code #5979

Open faker-king opened 1 week ago

faker-king commented 1 week ago

Using pathlib can make file path operations more object-oriented and easy to understand, and have better compatibility across different operating systems.

mr-avocado[bot] commented 1 week ago

Dear contributor, Avocado is currently at the end of sprint #106, therefore we are in feature freeze state. Please avoid merging changes that do not fall into these categories:

The feature freeze will be active until the release planned on 28 June 2024.

faker-king commented 4 days ago

hi @richtja, Can you help me see if I can merge the code