Skip to content

Commit

Permalink
Stabilize tests at midnight
Browse files Browse the repository at this point in the history
Ensure that tests that compare times around now use identical now.
  • Loading branch information
serhii73 committed Dec 21, 2022
1 parent c3cae7e commit 8af2b28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_date.py
Expand Up @@ -361,8 +361,6 @@ def test_time_without_date_should_use_today(self, date_string):
param('The DAY before Yesterday', days_ago=2),
param('Anteontem', days_ago=2),
param('Avant-hier', days_ago=2),
param('вчера', days_ago=1),
param('снощи', days_ago=1)
])
def test_temporal_nouns_are_parsed(self, date_string, days_ago):
self.given_now(2019, 7, 21)
Expand Down

0 comments on commit 8af2b28

Please sign in to comment.