summaryrefslogtreecommitdiff
path: root/pint/testsuite/helpers.py
Commit message (Expand)AuthorAgeFilesLines
* Run refurb --python-version 3.9 in pint/testsuiteHernan Grecco2023-04-291-10/+4
* Fixed pr/1574 conflictsHernan Grecco2023-04-251-0/+2
|\
| * Fix pre-commit problemsblewis22022-08-301-3/+1
| * Add to_preferredblewis22022-08-301-0/+4
* | use packaging.version instead of the deprecated distutils.versionJustus Magin2022-11-281-3/+3
|/
* use the functions from `pint.testing` in the testsuiteKeewis2021-11-211-82/+2
* LintersHernan2021-01-161-5/+5
* Fixed some helpersHernan2021-01-161-29/+19
* Some info in contributing regarding testsHernan2021-01-161-1/+2
* Migration of all tests to pytestHernan2021-01-101-64/+160
* Tests cleanupGuido Imperiale2020-02-281-11/+3
* Make `__str__` and `__format__` locale awareHernan2020-02-111-0/+4
* Remove redundant encoding information (utf8 is the default)Guido Imperiale2019-12-131-2/+0
* More polishGuido Imperiale2019-12-131-3/+3
* isortGuido Imperiale2019-12-131-3/+3
* blackGuido Imperiale2019-12-131-32/+59
* Update matmul test noting matmul has only been a proper ufunc since NumPy 1.16Jon Thielen2019-12-071-0/+6
* Preliminary changes from prior implementation (compat, etc.)Jon Thielen2019-12-051-1/+13
* Merge branch 'master' into py27_cleanupGuido Imperiale2019-12-051-6/+6
|\
| * mark all regexp / tex strings to raw stringsKeewis2019-12-021-6/+6
* | Remove tokenize backportGuido Imperiale2019-12-041-3/+3
* | Python 3 super()Guido Imperiale2019-12-031-1/+1
* | Remove 2.7 support from codebaseGuido Imperiale2019-12-031-12/+1
|/
* Drop support for EOL Python 2.6Hugo2017-10-191-1/+1
* Merge conflicts in testsuiteHernan Grecco2016-08-071-1/+5
|\
| * properly added new files to git and added testalex bodnaru2016-02-221-1/+5
* | Changed location of the testing-related requirementsHernan Grecco2016-08-031-1/+2
|/
* Implements infrastructure for doctesting PintHernan Grecco2016-02-131-0/+66
* Adjusted helpers (again)Hernan Grecco2016-01-071-0/+2
* Adjusted helpersHernan Grecco2016-01-071-0/+2
* Adapt tests to changes in NumPy 1.10 Default casting ruleHernan Grecco2016-01-061-1/+7
* Implements __int__ and __long__ for QuantityHernan Grecco2014-07-101-1/+8
* Refactored tests to use AssertQuantityEqual and AssertQuantityAlmostEqualHernan Grecco2014-04-011-0/+5
* Refactored some helpers for tests.Hernan Grecco2014-03-311-0/+21