Skip to content

test: cover Kubernetes quickstart references#78

Merged
MuttleyD merged 1 commit into
accept-io:mainfrom
Lovlace777:lovelace/test-kubernetes-doc-refs
Jun 5, 2026
Merged

test: cover Kubernetes quickstart references#78
MuttleyD merged 1 commit into
accept-io:mainfrom
Lovlace777:lovelace/test-kubernetes-doc-refs

Conversation

@Lovlace777

Copy link
Copy Markdown
Contributor

Summary

  • Adds a focused test that guards the Kubernetes quickstart's key file and directory references.
  • The test verifies the quickstart still mentions the supporting Helm, example, and platform contract paths from the issue.
  • The test also checks those referenced files and directories exist without requiring Kubernetes, Docker, Helm, kubectl, kind, network access, or new dependencies.

Validation

  • Passed: D:\AI_practice\chores\.tools\go1.26.1\go\bin\go.exe test ./cmd/midas
  • Passed: D:\AI_practice\chores\.tools\go1.26.1\go\bin\go.exe test ./...
  • Passed: git diff --check

Notes

Signed-off-by: Lovelace <61972457+Lovlace777@users.noreply.github.com>

@MuttleyD MuttleyD left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. Thank you for the contribution, and especially for being the first external contributor to MIDAS.

This is a focused documentation-reference regression test for the Kubernetes quickstart. The change is limited to a single added Go test file, uses only the standard library, does not alter runtime behaviour or public APIs, and does not introduce Docker, Kubernetes, Helm, kubectl, kind, network, or dependency requirements.

GitHub CI has passed, and the test appropriately verifies that the quickstart references the expected Helm, example, and platform contract paths and that those paths exist in the repository.

@MuttleyD MuttleyD merged commit 145525f into accept-io:main Jun 5, 2026
1 check passed
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 tests for Kubernetes quickstart documentation links and file references

2 participants