summaryrefslogtreecommitdiff
path: root/pint/testsuite/test_contexts.py
Commit message (Expand)AuthorAgeFilesLines
* Run pyupgrade --py39-plus in all files except _vendorHernan Grecco2023-04-291-2/+2
* Run pre-commit run --all-files . Mostly removed empty linesHernan2023-04-241-8/+0
* Final step to split the registry from the parserHernan2022-09-301-6/+5
* Moved Unit and Quantity to plain facetHernan2022-05-071-4/+4
* Create Context FacetHernan2022-05-071-1/+1
* Update testsuite to avoid a complete fail when the UnitRegistry is faultyHernan2022-02-141-75/+70
* Fixed tests broken in merge masterHernan2021-01-161-10/+53
* Merge branch 'master' into _pytest_migrationHernan Grecco2021-01-161-36/+1
|\
| * Change deprecated assertEquals to assertEqual in testsMiroslav Šedivý2021-01-081-11/+11
* | Migration of all tests to pytestHernan2021-01-101-436/+479
|/
* Fix precedence order in context redefinitionscrusaderky2020-06-151-0/+32
* Unit tests and bugfixesGuido Imperiale2019-12-191-9/+31
* Unit testsGuido Imperiale2019-12-191-3/+133
* Parse NaN as a numberGuido Imperiale2019-12-191-13/+14
* Unit testsGuido Imperiale2019-12-191-1/+73
* Fix failing testsGuido Imperiale2019-12-191-5/+7
* Merge branch 'black' into black2Guido Imperiale2019-12-161-0/+10
|\
| * Merge from masterGuido Imperiale2019-12-161-2/+6
| * Merge remote-tracking branch 'upstream/master' into blackGuido Imperiale2019-12-161-0/+6
| |\
| | * Fixed the definition of RKM unit as gf / texGiuseppe Corbelli2019-12-091-0/+6
* | | PolishGuido Imperiale2019-12-131-15/+4
* | | Remove redundant encoding information (utf8 is the default)Guido Imperiale2019-12-131-2/+0
* | | isortGuido Imperiale2019-12-131-2/+2
|/ /
* | blackGuido Imperiale2019-12-131-239/+256
|/
* Merge branch 'master' into standard_exceptionsGuido Imperiale2019-12-051-21/+11
|\
| * Optimize setsGuido Imperiale2019-12-041-21/+13
| * Remove 2.7 support from codebaseGuido Imperiale2019-12-031-2/+0
* | Exceptions overhaulGuido Imperiale2019-12-041-27/+27
|/
* Tests for multiple anonymous contextsGuido Imperiale2019-09-061-9/+23
* test for enable_contextsGuido Imperiale2019-09-051-4/+10
* Anonymous contextsGuido Imperiale2019-09-051-6/+18
* Added a test case for textile contextGiuseppe Corbelli2018-11-191-0/+18
* Fix for compatible units within contextEnrico Massa2017-11-021-12/+16
* Failing test for get compatible units with multiple contextsEnrico Massa2017-11-011-0/+9
* Remove positional string formattersHugo2017-10-191-2/+2
* Implemented a function decorator to ensure that a context is activeHernan Grecco2017-04-021-1/+39
* Removed code that is not needed any moreHernan Grecco2015-02-061-12/+1
* Squash commit turning UnitsContainer into an immutable type and making Parser...Matthieu Dartiailh2015-01-061-7/+7
* Added tests and fix for multiparemeter contextsHernan Grecco2014-07-301-0/+7
* Remove spurious prints in testing.Hernan Grecco2014-05-081-1/+0
* Refactored tests to use AssertQuantityEqual and AssertQuantityAlmostEqualHernan Grecco2014-04-011-19/+16
* Fix catching of warnings during testing.Hernan Grecco2014-03-241-18/+1
* Improved testsHernan Grecco2014-03-081-2/+10
* Added more testsHernan Grecco2014-03-081-0/+4
* Added more testsHernan Grecco2014-03-071-0/+18
* Merged Py26 support from masterHernan Grecco2014-02-101-16/+16
|\
| * 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-14/+14
| * Revert "Fix compatibility with python 2.6"coutinho2014-02-071-37/+38