Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/rich
/ test_config
Function
test_config
tests/test_theme.py:17–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
16
17
def
test_config():
18
theme = Theme({
"warning"
:
"red"
})
19
config = theme.config
20
assert
"warning = red\n"
in config
21
22
23
def
test_from_file():
Callers
nothing calls this directly
Calls
1
Theme
Class · 0.90
Tested by
no test coverage detected