Skip to content

Commit da75d52

Browse files
committed
Makes the test() contextmanager available at module level.
1 parent 8e93017 commit da75d52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pendulum/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
from_format = Pendulum.create_from_format
3636
strptime = Pendulum.strptime
3737
from_timestamp = Pendulum.create_from_timestamp
38+
test = Pendulum.test
3839
set_test_now = Pendulum.set_test_now
3940
has_test_now = Pendulum.has_test_now
4041
get_test_now = Pendulum.get_test_now

0 commit comments

Comments
 (0)