-
-
Notifications
You must be signed in to change notification settings - Fork 11
Testing suite #21
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
Testing suite #21
Conversation
- Updated RealtimeClient to ProjectXRealtimeClient across all tests - Fixed ProjectXConfigError to ProjectXError - Replaced Fill model with Trade model - Updated async class references (removed Async prefix) - Fixed imports for functions moved to indicators module - Updated align_price_to_tick to round_to_tick_size - Removed tests for non-existent functions - Added TEST_REFACTORING_ISSUE.md documenting remaining work All 328 tests can now be collected without import errors. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Co-authored-by: Genie <[email protected]>
…hecks Co-authored-by: Genie <[email protected]>
…o 'default' Co-authored-by: Genie <[email protected]>
…indicators-an8kgy Create Comprehensive Testing Suite for Indicators Module
|
Claude finished @TexasCoding's task —— View job Testing Suite ReviewI've completed a comprehensive review of this testing suite refactoring pull request. This is an excellent modernization effort that addresses critical technical debt. Todo List:
Overall Assessment: ✅ Excellent RefactoringThis PR represents a major improvement to the testing infrastructure. The refactoring eliminates critical import errors and establishes a solid foundation for maintainable tests. ✅ StrengthsExcellent Test Organization
Outstanding Documentation
Robust Test Infrastructure
Smart Rate Limiter Implementation (
|
No description provided.