Skip to content

feat: generate header comments documenting suites, dependencies, and order#4

Merged
srgg merged 1 commit intomainfrom
feature/dependency-documentation
Nov 3, 2025
Merged

feat: generate header comments documenting suites, dependencies, and order#4
srgg merged 1 commit intomainfrom
feature/dependency-documentation

Conversation

@srgg
Copy link
Owner

@srgg srgg commented Nov 3, 2025

Fixes #3

Example

// Code generated by testify/dependgen (devel). DO NOT EDIT.
//
// • TestifyLifecycleSuite (runtime_test.go)
//   Dependencies:
//     TestB: TestA
//     TestWithNestedSubtests: TestB
//   Order: TestA → TestB → TestWithNestedSubtests

@srgg srgg merged commit b8f301b into main Nov 3, 2025
3 checks passed
@srgg srgg deleted the feature/dependency-documentation branch November 3, 2025 21:09
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.

Add human-readable dependency comments to generated files

1 participant