MCPcopy
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
17def test_config():
18 theme = Theme({"warning": "red"})
19 config = theme.config
20 assert "warning = red\n" in config
21
22
23def test_from_file():

Callers

nothing calls this directly

Calls 1

ThemeClass · 0.90

Tested by

no test coverage detected