summaryrefslogtreecommitdiff
path: root/pint/testsuite/test_umath.py
Commit message (Expand)AuthorAgeFilesLines
* Run pyupgrade --py39-plus in all files except _vendorHernan Grecco2023-04-291-3/+3
* Add positive ufunc (#1663)andrewgsavage2022-11-281-28/+40
* Moved Unit and Quantity to plain facetHernan2022-05-071-2/+2
* Run new stable black versionJules Chéron2022-03-301-3/+3
* Migration of all tests to pytestHernan2021-01-101-24/+25
* Run linter on all filesHernan2021-01-071-65/+65
* Fixes W293Hernan2019-12-271-9/+9
* Run pyment -w --convert -o numpydoc .Hernan2019-12-271-55/+142
* Remove redundant encoding information (utf8 is the default)Guido Imperiale2019-12-131-2/+0
* More polishGuido Imperiale2019-12-131-1/+0
* blackGuido Imperiale2019-12-131-271/+309
* Merge branch 'master' into standard_exceptionsGuido Imperiale2019-12-051-2/+0
|\
| * Remove 2.7 support from codebaseGuido Imperiale2019-12-031-2/+0
* | Exceptions overhaulGuido Imperiale2019-12-041-16/+13
|/
* Revert "Mark test_isreal as expected to fail"Carlos Pascual2018-04-131-3/+0
* Mark test_isreal as expected to failCarlos Pascual2018-04-131-0/+3
* Fix test_isfiniteCarlos Pascual2018-04-131-1/+1
* Remove positional string formattersHugo2017-10-191-8/+8
* Remove useless assertEqual override in test_umath.Matthieu Dartiailh2015-01-071-3/+0
* Makes use of Unit as return type for unit related methods (and Quantity.units).Matthieu Dartiailh2015-01-061-13/+13
* Improved testingHernan Grecco2014-06-111-32/+91
* Changed value of testing to remove 1/0 warning.Hernan Grecco2014-05-081-1/+1
* Refactored tests to use AssertQuantityEqual and AssertQuantityAlmostEqualHernan Grecco2014-04-011-2/+2
* Refactored some helpers for tests.Hernan Grecco2014-03-311-5/+6
* Merged Py26 support from masterHernan Grecco2014-02-101-12/+10
|\
| * Fix numbered positions in string formatting operations ({} to {0})coutinho2014-02-071-9/+9
| * Fix tests to run on python 2.6coutinho2014-02-071-3/+1
* | Moved code to compat subpackage and ajusted importsHernan Grecco2014-01-131-1/+2
|/
* Reindented codeHernan Grecco2014-01-101-4/+12
* Support for mathematical operations on dimensionless (but not simplified quan...Hernan Grecco2013-08-201-7/+8
* Refactor the ufunc handling code for QuantitiesHernan Grecco2013-04-291-9/+16
* Moved tests inside packageHernan Grecco2013-04-161-0/+601