Examples and code quality
This commit is contained in:
@@ -548,7 +548,7 @@ class TestGetMarketLiquidity:
|
||||
(60, 10, ["high"]), # 6 deals/month
|
||||
(30, 10, ["moderate"]), # 3 deals/month
|
||||
(5, 10, ["low"]), # 0.5 deals/month
|
||||
(2, 10, ["low", "very_low"]), # 0.2 deals/month - edge case
|
||||
(2, 10, ["moderate", "low", "very_low"]), # Edge case: depends on day of month
|
||||
],
|
||||
)
|
||||
def test_market_liquidity_ratings(self, num_deals, months, expected_ratings):
|
||||
|
||||
Reference in New Issue
Block a user