Add small test cases
This commit is contained in:
@@ -2462,6 +2462,9 @@ def test_timeframe_to_prev_date():
|
||||
|
||||
date = datetime.now(tz=timezone.utc)
|
||||
assert timeframe_to_prev_date("5m") < date
|
||||
# Does not round
|
||||
time = datetime(2019, 8, 12, 13, 20, 0, tzinfo=timezone.utc)
|
||||
assert timeframe_to_prev_date('5m', time) == time
|
||||
|
||||
|
||||
def test_timeframe_to_next_date():
|
||||
|
Reference in New Issue
Block a user