-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
tests(helpers): support ldoc generation #13636
Conversation
@Tieske , could you take a look? thanks. |
added some minor fixes. what strikes me is that the section "Custom assertions" contains a ton of unrelated stuff, eg. |
fyi: the |
We could fix these concerns later, now we will focus on module splitting. |
a96b6fc
to
e4123da
Compare
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-13636-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13636-to-master-to-upstream
git checkout -b cherry-pick-13636-to-master-to-upstream
ancref=$(git merge-base 5ac6e1e541dd9d7219044f500b7954892c49dcf0 e4123dab32b50ae26f50a0f7ba9d3e2e6aef0143)
git cherry-pick -x $ancref..e4123dab32b50ae26f50a0f7ba9d3e2e6aef0143 |
Summary
KAG-5333, support ldoc generation.
config.ld
, add directory./details
andmerge=true
@module
header for separated test modulesChecklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
Fix #[issue number]