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 73b843a commit 0735ac4Copy full SHA for 0735ac4
docs/docs/testing.md
@@ -27,9 +27,11 @@ The provided instance will be returned specifically under the following conditio
27
28
>>> print(pendulum.now())
29
'2016-07-10T22:10:33.954851-05:00'
30
+```
31
32
Related methods will also return values mocked according to the **now** instance.
33
34
+```python
35
>>> print(pendulum.today())
36
'2001-05-21T00:00:00+00:00'
37
0 commit comments