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
test/config(refactor[yaml-fixture]): switch to multiline string
why: Chained string literals are harder to read/update than a single YAML block
when crafting duplicate-root fixtures.
what:
- build the duplicate workspace config with a triple-quoted string via
textwrap.dedent for clarity
- import textwrap alongside existing logging dependency
0 commit comments