mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
fix: add hypothesis to test deps and fix missing imports in deep tests
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
"""Deep property-based tests for the unified backtest engine.
|
||||
|
||||
Extends test_vbt_backtest.py with hypothesis-based property tests,
|
||||
@@ -10,8 +11,8 @@ import numpy as np
|
||||
import pandas as pd
|
||||
import pytest
|
||||
|
||||
from hypothesis import assume, given, settings
|
||||
from hypothesis import strategies as st
|
||||
from hypothesis import assume, given, settings
|
||||
from hypothesis.extra.numpy import arrays
|
||||
|
||||
from rdagent.components.backtesting.vbt_backtest import (
|
||||
|
||||
Reference in New Issue
Block a user