-
Notifications
You must be signed in to change notification settings - Fork 5
fix: Reorganize test suite and fix API test failures #22
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
d4e9e90
fix(tests): Clean up unused imports in 8 API test files
frankbria 23f139e
fix(tests): Fix create_project parameter errors across 140 test instaβ¦
frankbria 2cfad51
fix(tests): Fix async/await issues in 3 integration tests
frankbria 46f5c2c
fix(tests): Fix blocker schema and mock TestRunner in integration tests
frankbria 3eff0c4
fix(tests): Update test_agent_lifecycle.py to use correct API schema
frankbria 69c8e06
fix(tests): Prevent workspace collisions in test_agent_lifecycle.py
frankbria 7414f4f
refactor(tests): Reorganize test suite into logical subdirectories
frankbria 23178ab
chore: Add bandit security scanner and improve verification script
frankbria cc4728e
fix(tests): Fix API schema mismatches and workspace collisions
frankbria 997cefd
fix(tests): Mass test suite fixes - 95%+ pass rate achieved
frankbria 33a2d13
fix(tests): Final test suite fixes - approaching 100% pass rate
frankbria 1e522a3
fix(tests): Fix retry logic and schema drift - 11/12 multi-agent testβ¦
frankbria d2c754d
fix(tests): Fix blocker/retry interaction to prevent infinite loops
frankbria 1fb0be2
fix(tests): Fix database schema mismatch, circular dependency detectiβ¦
frankbria b6c3d15
fix(tests): Optimize API tests with class-scoped fixtures and functioβ¦
frankbria 11f9e16
fix(tests) Fix datetime timezone mismatch in blocker emtrics calcuation
frankbria 4098450
docs(tests) added test issues documentation
frankbria bd5d7e9
Merge origin/main into fix/api-test-imports
frankbria d715d49
fix(server): Add missing Request import
frankbria b7d2904
fix(tests): Restore missing imports in API test files
frankbria 4b9973a
fix(tests): Update API tests to use class-scoped api_client fixture
frankbria 4e6d01f
fix(tests): Add __test__ = False to production classes to prevent pytβ¦
frankbria a4159c5
fix(lint): Auto-fix 72 linting errors with ruff
frankbria 2600c7d
fix: Multiple bug fixes and test improvements
frankbria File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -73,3 +73,5 @@ Thumbs.db | |
| # Beads | ||
| .beads/ | ||
| !.beads/*.jsonl | ||
| .codeframe/ | ||
| .agent-tasks/ | ||
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.