While looking over the python documentation for time formatting, I suddenly realized that our new formatting utility would be very useful for user configurable messages in pFUnit.
It is analogous to the python: str % tuple operator. We should target for inclusion in pFUnit 4.0.
Interesting challenge: How do we include it in pFUnit without making logger dependent on pFUnit? Perhaps we make pFUnit dependent on logger? Duplicate? [...]
[TLC]