We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e93017 commit da75d52Copy full SHA for da75d52
pendulum/__init__.py
@@ -35,6 +35,7 @@
35
from_format = Pendulum.create_from_format
36
strptime = Pendulum.strptime
37
from_timestamp = Pendulum.create_from_timestamp
38
+test = Pendulum.test
39
set_test_now = Pendulum.set_test_now
40
has_test_now = Pendulum.has_test_now
41
get_test_now = Pendulum.get_test_now
0 commit comments