-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathtest_output.txt
More file actions
25 lines (24 loc) · 2.92 KB
/
test_output.txt
File metadata and controls
25 lines (24 loc) · 2.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
============================= test session starts =============================
platform win32 -- Python 3.8.10, pytest-8.3.5, pluggy-1.5.0 -- C:\Program Files\Python38\python.exe
cachedir: .pytest_cache
rootdir: C:\Users\ashut\OneDrive\Documents\Quantconnect Algortithmic trading\QuantHedgeFund
configfile: pyproject.toml
plugins: anyio-4.5.2
collecting ... collected 0 items / 1 error
=================================== ERRORS ====================================
________________ ERROR collecting tests/test_candle_engine.py _________________
tests\test_candle_engine.py:2: in <module>
from omega.data.candle_engine import Tick, CandleAggregator, SessionManager, Candle
omega\__init__.py:15: in <module>
from omega.trading_app import TradingApp
omega\trading_app.py:15: in <module>
class TradingApp:
omega\trading_app.py:34: in TradingApp
host: Optional[str] = None,
E NameError: name 'Optional' is not defined
------------------------------- Captured stderr -------------------------------
2025-12-30 19:31:59.147 | WARNING | qsresearch.backtest.run_backtest:<module>:20 - MLflow not installed. Experiment tracking disabled.
=========================== short test summary info ===========================
ERROR tests/test_candle_engine.py - NameError: name 'Optional' is not defined
!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
============================== 1 error in 1.94s ===============================