summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
24 hoursfeat: medium priority improvementsTheSiahxyz
- Add 30 edge case tests (zero volume, empty data, extreme values, strategy reset, notifier failures) - Fix VWAP division by zero on zero-price candles - Add DB transaction rollback on errors + transaction() context manager - Add parameter validation to all 7 strategies with 41 validation tests - Fix lint issues across test files
24 hourstest: add edge case tests for zero volume, empty data, extreme valuesTheSiahxyz
25 hoursfix: lint fixes for integration tests and backtester noqa annotationsTheSiahxyz
25 hourstest: add integration tests for strategy, order, portfolio, and backtest flowsTheSiahxyz