Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement doc tree builder with toml, yaml and custom format #89

Merged

Conversation

pedro-psb
Copy link
Member

This is to help create fixtures for testing regressions, so it's easier to refactor.

Motivation:

  • Is hard to navigate through a three of files and have a glimpse on what is meaningfull there for a test. Using a declarative file makes it more digestable, plus it can have more localized comments.
  • It's cumbersome to handcraft a tree of files if its more than a few ones. Plain text is easy.
  • Tests helps me developing, and I didn't do it here yet because this tool requires some non-trivial test setups.

This is to help create fixtures, so I can write meaningfull tests without
too much pain and then refactor this code without having to manually
look at the pages.
@pedro-psb pedro-psb merged commit ef5ecfa into pulp:main Oct 15, 2024
4 checks passed
@pedro-psb pedro-psb deleted the tests/add-declarative-doc-tree-writer branch October 15, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant