mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-03 02:17:43 +00:00
fix: add hypothesis to test deps and fix missing imports in deep tests
This commit is contained in:
@@ -5,6 +5,8 @@ the StrategyOrchestrator at the correct import path.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
from hypothesis import given, settings, HealthCheck
|
||||
from hypothesis import strategies as st
|
||||
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
@@ -5,6 +5,8 @@ without requiring real StrategyOrchestrator connections.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
from hypothesis import given, settings, HealthCheck
|
||||
from hypothesis import strategies as st
|
||||
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
@@ -5,6 +5,8 @@ criteria, and the TeeFile logger — without requiring real OHLCV data or LLM.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
from hypothesis import given, settings, HealthCheck
|
||||
from hypothesis import strategies as st
|
||||
|
||||
import json
|
||||
import os
|
||||
|
||||
@@ -5,6 +5,8 @@ command building, and API key loading logic.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
from hypothesis import given, settings, HealthCheck
|
||||
from hypothesis import strategies as st
|
||||
|
||||
import os
|
||||
import signal
|
||||
|
||||
Reference in New Issue
Block a user