Skip to content

Commit

Permalink
Repurpose test_run to test_relative_dates
Browse files Browse the repository at this point in the history
See reasoning in changes.
  • Loading branch information
victorlin committed Mar 15, 2023
1 parent c402e38 commit 579c7e3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# This file contains functional tests that would normally be written as
# Cram-style tests. Without an easy way to mock the time in Cram tests (which is
# necessary to test features that utilize the system time), an alternative is to
# write equivalent tests using pytest+freezegun.

import argparse
from freezegun import freeze_time
import pytest
Expand Down

0 comments on commit 579c7e3

Please sign in to comment.