Add function for textualising durations
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 9 Sep 2025 10:11:06 +0000 (12:11 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 9 Sep 2025 10:11:06 +0000 (12:11 +0200)
commit59148617a61eae95cf4f422ec945dfab65aff3dc
tree54989dd7a56b006bfa6bf4f263aa591b243f2157
parent25500cd98293cedf40b09c5e30859e824114cfaa
Add function for textualising durations

Have created this ages ago for some unittest, move it here now since I
need it also in other project. Add unittests.
src/text_helpers.py
test/test_text_helpers.py