Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.07 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.07 KB

Fourth

PyPI - Python Version PyPI PyPI - Status Build Status codecov Checked with mypy Code style: black Imports: isort

A datetime library supplying simple datetime types.

Tests

Tests can be run with python -m unittest

Coverage

Test can be run with coverage with coverage run -m unittest

To see the coverage report run coverage report