Source: freezegun Section: python Priority: optional Maintainer: Federico Ceratto Build-Depends: debhelper (>= 11~) Build-Depends-Indep: dh-python, python-all (>= 2.6.6-3~), python-coverage, python-dateutil, python-mock, python-nose, python-setuptools, python3-all, python3-coverage, python3-dateutil, python3-mock, python3-nose, python3-setuptools, Standards-Version: 4.2.1 Homepage: https://github.com/spulec/freezegun Vcs-Git: https://salsa.debian.org/debian/python-freezegun.git Vcs-Browser: https://salsa.debian.org/debian/python-freezegun X-Python-Version: >= 2.7 X-Python3-Version: >= 3.2 Package: python-freezegun Architecture: all Depends: ${misc:Depends}, ${python:Depends} Provides: ${python:Provides} Recommends: ${python:Recommends} Description: Python 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. Package: python3-freezegun Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Provides: ${python3:Provides} Recommends: ${python3:Recommends} Description: 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.