summaryrefslogtreecommitdiff
path: root/pint/testsuite/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Run refurb --python-version 3.9 in pint/testsuiteHernan Grecco2023-04-291-6/+6
* same for the units (although the magnitude format is ignored)Keewis2022-04-091-0/+10
* Migration of all tests to pytestHernan2021-01-101-124/+9
* Add case_sensitive regsitry setting and modify case_sensitive kwarg to defaul...Jon Thielen2020-08-171-0/+8
* add, iadd, eq, gt, etc. to treat bare NaN like 0Guido Imperiale2020-03-121-0/+8
* Add support for other numerical types at the registry levelHernan2020-01-221-1/+7
* Fixes W293Hernan2019-12-271-2/+2
* Run pyment -w --convert -o numpydoc .Hernan2019-12-271-6/+18
* Remove redundant encoding information (utf8 is the default)Guido Imperiale2019-12-131-2/+0
* More polishGuido Imperiale2019-12-131-5/+5
* Manual tweaksGuido Imperiale2019-12-131-1/+0
* isortGuido Imperiale2019-12-131-5/+3
* blackGuido Imperiale2019-12-131-25/+32
* Remove 2.7 support from codebaseGuido Imperiale2019-12-031-2/+0
* Unit and Quantity in root moduleGuido Imperiale2019-09-131-6/+4
* Drop support for EOL Python 2.6Hugo2017-10-191-1/+1
* Changed location of the testing-related requirementsHernan Grecco2016-08-031-1/+2
* Fix bug in AssertQuantityEqualNoah Lavine2016-03-291-1/+1
* Add message to assertQuantityEqualHernan Grecco2016-02-231-1/+1
* Install packages needed for testing docsHernan Grecco2016-02-141-2/+8
* Added doctest to testsuiteHernan Grecco2016-02-141-2/+6
* Implements infrastructure for doctesting PintHernan Grecco2016-02-131-1/+43
* Remove useless assertEqual override in test_umath.Matthieu Dartiailh2015-01-071-3/+3
* Add Unit object and tests for it. Unit is not yet used anywhere it is simply ...Matthieu Dartiailh2015-01-061-0/+1
* Added docstring and return value in test functions.Hernan Grecco2014-05-251-1/+3
* Changed testing infrastructure to use BaseTestCase to check for unwanted warn...Hernan Grecco2014-05-081-15/+11
* Added test function at the package level to run all tests.Hernan Grecco2014-05-081-2/+3
* Implemented checks in testsuite to assert that warnings are only emmited when...Hernan Grecco2014-04-011-3/+9
* Refactored tests to use AssertQuantityEqual and AssertQuantityAlmostEqualHernan Grecco2014-04-011-67/+37
* Fixed testsHernan Grecco2014-03-311-14/+30
* Refactored some helpers for tests.Hernan Grecco2014-03-311-0/+1
* Implemented better handling of Quantities with mutable magnitudesHernan Grecco2014-03-291-1/+32
* Fix catching of warnings during testing.Hernan Grecco2014-03-241-0/+17
* Zeros are treated as special values.Hernan Grecco2014-03-231-10/+11
* Fixed conflicts with rec-issue-107 and mergedHernan Grecco2014-03-021-1/+9
|\
| * Make it easier to run tests on installed Pint.Hernan Grecco2014-02-221-1/+9
* | Merged Py26 support from masterHernan Grecco2014-02-101-2/+1
|\ \ | |/
| * Fix tests to run on python 2.6coutinho2014-02-071-1/+5
* | Moved code to compat subpackage and ajusted importsHernan Grecco2014-01-131-24/+1
|/
* Fix binary operations in NumPy 1.8Hernan Grecco2013-12-171-0/+2
* Comparison between quantities containing NumPy Arrays now yield and arrayHernan Grecco2013-12-161-0/+12
* Context parsing from definition fileHernan Grecco2013-11-061-0/+15
* Improved Pi Theorem implementation.Hernan Grecco2013-04-271-2/+5
* Moved tests inside packageHernan Grecco2013-04-161-0/+81