mirror of
https://github.com/gadievron/raptor.git
synced 2026-04-24 21:46:00 +03:00
[PR #59] [MERGED] Fix tests and add a CI job that runs tests #60
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/raptor#60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/gadievron/raptor/pull/59
Author: @joshbouncesecurity
Created: 1/22/2026
Status: ✅ Merged
Merged: 1/23/2026
Merged by: @danielcuthbert
Base:
main← Head:addtests📝 Commits (10+)
2012968Add testing in CI32e8e4dRefactor for efficiencybdc93adTry and fix venv issuefc2a6dcFix hidden files16b65c5Fix upload dir711f159Refactor to reduce repetition4e08e6aName changingf2c8b9dFix permissions2c973b7Fix test and cleanup artifacts8207920Change name📊 Changes
6 files changed (+372 additions, -89 deletions)
View changed files
➕
.github/workflows/bash-test.yml(+43 -0)➕
.github/workflows/tests.yml(+120 -0)📝
packages/llm_analysis/tests/test_llm_callbacks.py(+17 -0)📝
packages/llm_analysis/tests/test_llm_callbacks_instructor.py(+9 -0)📝
test/integration_tests.sh(+179 -85)📝
test/real_tests.sh(+4 -4)📄 Description
I was thinking of proposing some refactoring so I thought I would make sure tests were operating correctly before I did plus build them into CI
This does a few things:
test/real_tests.shwhere there were a couple of bugs.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.