Update tests/test_utils_richcfg.py
Run CI Tests / test (push) Successful in 2m37s

This commit is contained in:
2025-08-05 15:28:20 +02:00
parent 8dbf02a4c6
commit bd7be335f7
+2 -2
View File
@@ -116,8 +116,8 @@ def test_rich_inspector_outputs_more_than_builtin(monkeypatch):
assert "Returns a welcome message." in builtin_text
# Informations outside functions are visible in both
assert "role = 'admin'" in rich_text
assert "role = 'admin'" in builtin_text
assert "role" and "admin'" in rich_text
assert "role" and "admin'" in builtin_text
# Class docstring is shown in both
assert "Represents a user in the system." in rich_text