change max lenght

This commit is contained in:
Pablo Estevez
2026-01-17 17:48:15 +00:00
parent 97e597d9db
commit c33c6f9073
118 changed files with 3546 additions and 960 deletions

View File

@@ -154,7 +154,8 @@ def test_query(database):
# Check for pytest markers or tags
has_pytest_indicator = any(
"pytest" in " ".join(ex.tags).lower() or "pytest" in ex.description.lower() for ex in examples
"pytest" in " ".join(ex.tags).lower() or "pytest" in ex.description.lower()
for ex in examples
)
self.assertTrue(has_pytest_indicator or len(examples) > 0) # At least extracted something