aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Do not fail to parse rationals stored as '0/0'.Olivier Tilloy2011-05-241-0/+2
| | | In the crazy world of EXIF metadata, this means a null fraction, i.e. 0/1.
* New convenience function to factorize further the code that handles ↵Olivier Tilloy2010-12-261-1/+9
| | | | fractions: fraction_to_string(...).
* is_fraction and make_fraction: convenience functions to handle transparentlyOlivier Tilloy2010-12-241-1/+41
| | | the conditional availability of the fractions module in the standard library (Python ≥ 2.6).
* Strip trailing white spaces in string_to_undefined(…).Olivier Tilloy2010-11-151-0/+50
New unit tests for string ⟷ undefined conversions.