summaryrefslogtreecommitdiff
path: root/blessed/tests/test_formatters.py
Commit message (Expand)AuthorAgeFilesLines
* Rename "blessed" dir to "blessings".Erik Rose2015-02-031-403/+0
* Change textual occurrences of "blessed" to "blessings".Erik Rose2015-02-031-29/+37
* add test cov. for win32 paltform using PDCursesjquast2014-09-061-0/+43
* except Exception, err -> Exception as errjquast2014-06-291-2/+2
* allow various calls without keyboard & stylingjquast2014-04-051-1/+10
* ParameterizingString default args test & fixesjquast2014-04-051-8/+40
* closes issue #12, picklability issuesjquast2014-04-011-7/+45
* test resolve_color, resolve_attributejquast2014-03-221-3/+135
* tests for split_compound and resolve_capabilityjquast2014-03-221-4/+38
* add test for NullCallableStringjquast2014-03-221-4/+21
* SyntaxErrjquast2014-03-221-5/+5
* py2x vs. py3x encoding differencesjquast2014-03-221-7/+13
* tests for Parametrizing and FormattingStringjquast2014-03-221-0/+84