Skip to content
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# TESTING

Comment on lines +1 to +2

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.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

TESTING section is empty and does not provide executable test guidance.

Add concrete test steps (commands, prerequisites, and expected pass/fail signals). As-is, contributors get no actionable testing procedure from this section.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` around lines 1 - 2, Update the README's TESTING section to include
concrete, executable test steps: list prerequisites (e.g., required Node/Python
version, environment variables, services to run), provide exact commands to run
unit, integration, and E2E tests (e.g., npm test, pytest, or ./run-tests.sh),
show expected success indicators (exit code 0, passing test counts, or specific
log lines) and failure signals (non-zero exit codes or failed test counts), and
include any teardown or common troubleshooting tips; ensure these instructions
are placed under the "TESTING" header so contributors can follow them
end-to-end.

# Open Data Hub Llama Stack Distribution

[![Build](https://github.com/opendatahub-io/llama-stack-distribution/actions/workflows/redhat-distro-container.yml/badge.svg?branch=main)](https://github.com/opendatahub-io/llama-stack-distribution/actions/workflows/redhat-distro-container.yml)
Expand Down
Loading