freezegun 0.3.12-2 source package in Ubuntu

Changelog

freezegun (0.3.12-2) unstable; urgency=medium

  * Add X-Python3-Version

 -- Federico Ceratto <email address hidden>  Sun, 01 Dec 2019 22:41:09 +0000

Upload details

Uploaded by:
Federico Ceratto
Uploaded to:
Sid
Original maintainer:
Federico Ceratto
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
freezegun_0.3.12-2.dsc 2.0 KiB 432799bab86eb0e477fddf528479586af103f98dcfd3cf7fcc66bb7ccf4e1f06
freezegun_0.3.12.orig.tar.gz 23.8 KiB 2a4d9c8cd3c04a201e20c313caf8b6338f1cfa4cda43f46a94cc4a9fd13ea5e7
freezegun_0.3.12-2.debian.tar.xz 2.5 KiB 7b41673704c64e52cadcc567028dfc5e999132f3c4252699140069306b7e0167

No changes file available.

Binary packages built by this source

python3-freezegun: Python3 library to mock the datetime module in unit testing

 FreezeGun allows easy mocking of the datetime module by freezing the return
 value of the methods datetime.datetime.now(), datetime.datetime.utcnow(),
 datetime.date.today(), and time.time() to a fixed point in time. Use it
 in unit testing to make the tests deterministic and time-independent.