This commit is contained in:
Mira Weller
2024-06-24 16:24:25 +02:00
parent 50ccb9f785
commit ac3a3c2758
+3 -1
View File
@@ -76,9 +76,11 @@ def test_same_day_spanish_es_MX():
def test_grep_locales():
import os
import os,sys
print("path",sys.path)
os.system("grep -IR febrero /opt/hostedtoolcache/Python/3.11.9/x64")
os.system("grep -IR Febrero /opt/hostedtoolcache/Python/3.11.9/x64")
assert True == False
def test_same_day_other_lang():