Tazinho / snakecase

🐍🐍🐍 A systematic approach to parse strings and automate the conversion to snake_case, UpperCamelCase or any other case.
https://tazinho.github.io/snakecase/
GNU General Public License v3.0
146 stars 9 forks source link

Test suite errors #196

Open tillea opened 1 year ago

tillea commented 1 year ago

Hi, I intend to update the Debian package of snakecase but there are some test suite issues which you can see in the CI log. Could you please give any advise whether the method to run the test as we do with this script needs to be fixed or whether there is some other problem. Kind regards, Andreas.

Tazinho commented 1 year ago

Hi Andreas, I am not sure. However, CRAN tests are using LC_CTYPE=C.UTF-8 instead of LC_ALL=C.UTF-8. Does this change the results.

tillea commented 1 year ago

Hi Malte,

Am Sun, Sep 03, 2023 at 02:02:32AM -0700 schrieb Malte Grosser:

Hi Andreas, I am not sure. However, CRAN tests are using LC_CTYPE=C.UTF-8 instead of LC_ALL=C.UTF-8. Does this change the results.

I've tested LC_CTYPE=C.UTF-8 locally but do not observed any change. Kind regards, Andreas.