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

Add the .strip() method to remove whitespace characters at both ends … #5968

Closed ut003460 closed 1 week ago

ut003460 commented 2 weeks ago

In the for loop, line. trip() was added to ensure that white space characters before and after each line processing are removed