summaryrefslogtreecommitdiff
path: root/pint/testsuite/test_util.py
Commit message (Expand)AuthorAgeFilesLines
* Migration of all tests to pytestHernan2021-01-101-120/+127
* Adjusted tests to new int default for UnitsContainer and ParserHelperHernan2020-01-221-9/+5
* Parse NaN as a numberGuido Imperiale2019-12-191-0/+8
* Preformatted stringsGuido Imperiale2019-12-131-2/+2
* Remove redundant encoding information (utf8 is the default)Guido Imperiale2019-12-131-2/+0
* isortGuido Imperiale2019-12-131-7/+8
* blackGuido Imperiale2019-12-131-130/+135
* Optimize setsGuido Imperiale2019-12-041-10/+10
* Remove 2.7 support from codebaseGuido Imperiale2019-12-031-2/+0
* Merge remote-tracking branch 'upstream/master' into default_registryGuido Imperiale2019-10-311-1/+20
|\
| * Patch matplotlib.py for non-iterable argumentsJon Thielen2019-10-281-1/+20
* | Unit and Quantity in root moduleGuido Imperiale2019-09-131-2/+3
|/
* fix for #390 Parser can't handle capital "E" on scientific notationJaven O'Neal2016-11-161-1/+17
* Moved Registry to its own fileHernan Grecco2016-04-301-1/+1
* Fix import issue.Matthieu Dartiailh2015-01-061-2/+2
* Makes use of Unit as return type for unit related methods (and Quantity.units).Matthieu Dartiailh2015-01-061-1/+25
* Squash commit turning UnitsContainer into an immutable type and making Parser...Matthieu Dartiailh2015-01-061-7/+117
* Changed testing infrastructure to use BaseTestCase to check for unwanted warn...Hernan Grecco2014-05-081-6/+5
* Restored 1m notation (but excluding exponential format for numbers)Hernan Grecco2014-05-061-1/+9
* Added more testsHernan Grecco2014-03-071-1/+93
* Merged Py26 support from masterHernan Grecco2014-02-101-8/+7
|\
| * Fix numbered positions in string formatting operations ({} to {0})coutinho2014-02-071-1/+1
| * Fix tests to run on python 2.6coutinho2014-02-071-2/+1
| * Replace set comprehensions, dict comprehensions and set literalscoutinho2014-02-071-5/+5
| * Revert "Fix compatibility with python 2.6"coutinho2014-02-071-5/+5
| * Fix compatibility with python 2.6coutinho2014-01-281-5/+5
* | Improved string_preprocessor. Removed 1cm syntax.Hernan Grecco2014-01-271-7/+27
|/
* Context parsing from definition fileHernan Grecco2013-11-061-1/+26
* Implemented string preprocessorHernan Grecco2013-04-171-0/+42