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
345 stars 343 forks source link

Dictionary storage #5973

Closed changxuqing closed 4 months ago

changxuqing commented 5 months ago

Use a dictionary to store escaped characters and their corresponding escape forms. If you need to add new escape characters later, just add them to the dictionary

codeclimate[bot] commented 5 months ago

Code Climate has analyzed commit f1abc00a and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 0.0% (5% is the threshold).

This pull request will bring the total coverage in the repository to 40.2% (-14.2% change).

View more on Code Climate.