summaryrefslogtreecommitdiff
path: root/examples/delta_time.py
Commit message (Collapse)AuthorAgeFilesLines
* Add compatibility results name; ungroup qty expression to simplify accessing ↵Paul McGuire2019-05-291-6/+8
| | | | qty value
* Some code cleanup, and added tests and test validationsPaul McGuire2019-05-281-6/+27
|
* delta_time fixes: add more time validations; add 1-second epsilon when ↵ptmcg2019-05-281-2/+24
| | | | verifying computed times; add 'an' for 'an hour' times
* Updated runTests to call postParse before dumping parsed results; added ↵Paul McGuire2019-05-261-0/+318
nested_markup.py and updated delta_time.py (renamed from deltaTime.py) examples