From 1ce474eaadd0864b03d635d7567addf8c3938546 Mon Sep 17 00:00:00 2001 From: Sergey Kikevich Date: Tue, 2 May 2023 13:44:49 +0300 Subject: [PATCH] test: add new fixture for Indicator class tests --- tests/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest.ini b/tests/pytest.ini index d171b12..2427bed 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -13,7 +13,7 @@ markers = asset_list: AssetList class test portfolio: Portfolio class tests inflation: Inflation class tests - plots: Plots class tests + indicator: Indicator class tests frontier: EfficientFrontier and EfficientFrontierReb classes tests rebalance: EfficientFrontierReb classes tests rates: Rates class tests