Skip to content

feat: generate RTMX results from pytest#104

Merged
rhino11 merged 1 commit into
rtmx-ai:mainfrom
ryan4webai:feature/pytest-results-adapter
May 5, 2026
Merged

feat: generate RTMX results from pytest#104
rhino11 merged 1 commit into
rtmx-ai:mainfrom
ryan4webai:feature/pytest-results-adapter

Conversation

@ryan4webai
Copy link
Copy Markdown
Contributor

Summary

  • Add rtmx from-pytest to generate RTMX results JSON from pytest markers and JUnit XML.
  • Support both running pytest directly and converting an existing --junitxml file.
  • Document the pytest closed-loop flow: from-pytest followed by verify --results.

Test plan

  • go test ./internal/cmd ./internal/results
  • go test ./...

Made with Cursor

Add a from-pytest command that joins pytest requirement markers with JUnit XML output and emits RTMX results JSON for closed-loop verification.

Co-authored-by: Cursor <cursoragent@cursor.com>
@rhino11 rhino11 merged commit 6a5da46 into rtmx-ai:main May 5, 2026
20 checks passed
rhino11 added a commit that referenced this pull request May 12, 2026
Add a from-pytest command that joins pytest requirement markers with JUnit XML output and emits RTMX results JSON for closed-loop verification.

Co-authored-by: Ryan McLean <ryan.mclean@localhost>
Co-authored-by: Cursor <cursoragent@cursor.com>
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.

2 participants