summaryrefslogtreecommitdiff
path: root/pint/testsuite/test_definitions.py
Commit message (Expand)AuthorAgeFilesLines
* Run refurb --python-version 3.9 in pint/testsuiteHernan Grecco2023-04-291-3/+5
* Run pre-commit run --all-files . Mostly removed empty linesHernan2023-04-241-2/+0
* Final step to split the registry from the parserHernan2022-09-301-3/+2
* Moved Unit and Quantity to plain facetHernan2022-05-071-5/+5
* Create Base FacetHernan2022-05-071-1/+1
* Move converters and definition to base facetHernan2022-05-071-4/+4
* Create Nonmultiplicative FacetHernan2022-05-071-1/+5
* Handle AliasDefinition outside Definition.from_stringHernan2022-02-101-1/+1
* Migration of all tests to pytestHernan2021-01-101-105/+106
* Corrects typo: decibel, not decibell (as pointed out by @terikin)signor822020-08-251-2/+2
* Makes test_log_unit_definition Flake-8 compatible5igno2020-02-141-1/+3
* Corrects dBm's definition and its test5igno2020-02-131-11/+2
* Implements Test for Logaritmic Unit definitions5igno2020-02-131-1/+69
* Add `from_string` to all Definition subclasses.Hernan2020-01-181-1/+1
* Added tests for offending definitionsHernan2019-12-221-0/+9
* Fix failing testsGuido Imperiale2019-12-191-2/+5
* Remove redundant encoding information (utf8 is the default)Guido Imperiale2019-12-131-2/+0
* isortGuido Imperiale2019-12-131-5/+4
* blackGuido Imperiale2019-12-131-34/+40
* Remove 2.7 support from codebaseGuido Imperiale2019-12-031-2/+1
* New syntax to add aliases to already existing definitionsGuido Imperiale2019-09-031-1/+7
* Allow defining units with aliases, but without symbolJellby2019-05-161-0/+10
* Move definitions, errors, and converters into their own modules.Matthieu Dartiailh2015-01-061-0/+80