summaryrefslogtreecommitdiff
path: root/ttystatus/fmt_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix problems found by pep8Lars Wirzenius2015-04-181-4/+3
|
* Add width argument to render() methodLars Wirzenius2012-04-151-4/+4
|
* Change __str__ to renderLars Wirzenius2012-04-151-4/+4
| | | | We'll want to pass in arguments to render (i.e., width), so using __str__ is not going to be appropriate.
* Implement format string parsing.Lars Wirzenius2011-08-311-1/+43
|
* Make sure widgets are not base class, just real widgets.Lars Wirzenius2011-08-311-0/+1
|
* Start fmt module.Lars Wirzenius2011-08-311-0/+28