You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why: Several fixtures still built config blobs from chained string literals,
which are harder to tweak than a single dedented block.
what:
- use textwrap.dedent triple-quoted strings for duplicate-root YAML and JSON in
test_config_reader
- switch the vcspull add duplicate-root fixture to the same style and import
textwrap alongside existing helpers
0 commit comments