summaryrefslogtreecommitdiff
path: root/pint/testing.py
Commit message (Expand)AuthorAgeFilesLines
* Python's 3.9 compatible typing annotationsHernan Grecco2023-05-141-2/+3
* Large commit to make Pint more typing friendlyHernan Grecco2023-05-051-2/+4
* Run pyupgrade --py39-plus in all files except _vendor (again)Hernan Grecco2023-04-291-5/+5
* Run pyupgrade --py39-plus in all files except _vendorHernan Grecco2023-04-291-5/+5
* Improved type checking consistencyHernan2022-05-071-2/+3
* Moved Unit and Quantity to plain facetHernan2022-05-071-1/+2
* add it back and get the contexts from the first registryKeewis2021-11-211-1/+3
* remove the call to is_compatible_with for nowKeewis2021-11-211-2/+1
* expose `assert_quantity_almost_equal` as `pint.testing.assert_allclose`Keewis2021-11-211-0/+35
* expose `assert_quantity_equal` as `pint.testing.assert_equal`Keewis2021-08-081-0/+54