Update tests/test_utils_richcfg.py
Run CI Tests / test (push) Has been cancelled

This commit is contained in:
2025-08-05 21:41:40 +02:00
parent 0797c0d108
commit ebf58b404e
+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" and "admin'" in rich_text
assert "role" and "admin'" in builtin_text
assert "role = 'admin'" in rich_text
assert 'role = "admin"' in builtin_text
# Class docstring is shown in both
assert "Represents a user in the system." in rich_text