Path to this page:
./
time/py-time-machine,
Travel through time in your tests
Branch: CURRENT,
Version: 2.16.0,
Package name: py312-time-machine-2.16.0,
Maintainer: pkgsrc-usersTravel through time in your tests.
Master sites:
Filesize: 24.049 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-time-machine-2.16.0
- (2024-08-07) Updated to version: py311-time-machine-2.15.0
- (2024-06-30) Updated to version: py311-time-machine-2.14.2
- (2024-03-23) Updated to version: py311-time-machine-2.14.1
- (2024-03-05) Updated to version: py311-time-machine-2.14.0
- (2023-09-27) Updated to version: py311-time-machine-2.13.0
CVS history: (Expand)
2024-03-23 08:16:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-time-machine: updated to 2.14.1
2.14.1 (2024-03-22)
* Fix segmentation fault when the first ``travel()`` call in a process uses a \
``timedelta``.
|
2024-03-05 18:07:59 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-time-machine: updated to 2.14.0
2.14.0 (2024-03-03)
* Fix ``utcfromtimestamp()`` warning on Python 3.12+.
* Fix class decorator for classmethod overrides.
* Avoid calling deprecated ``uuid._load_system_functions()`` on Python 3.9+.
* Support Python 3.13 alpha 4.
|
2023-09-27 11:37:32 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-time-machine: updated to 2.13.0
2.13.0 (2023-09-19)
-------------------
* Add support for ``datetime.timedelta`` to ``time_machine.travel()``.
* Fix documentation about using local time for naive date(time) strings.
* Add ``shift()`` method to the ``time_machine`` pytest fixture.
* Mock ``time.monotonic()`` and ``time.monotonic_ns()``.
They return the values of ``time.time()`` and ``time.time_ns()`` respectively, \
rather than real monotonic clocks.
|
2023-08-31 20:00:08 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-time-machine: updated to 2.12.0
2.12.0 (2023-08-14)
-------------------
* Include wheels for Python 3.12.
|
2023-07-17 18:08:31 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-time-machine: added version 2.11.0
Travel through time in your tests.
|