summaryrefslogtreecommitdiff
path: root/blessings/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Add number_of_colors attr. Bring release notes up to date.Erik Rose2011-12-091-0/+19
* Allow `color` attr to act as an unparametrized string, not just a callable.Erik Rose2011-11-301-0/+6
* Oops, make the callable color tests valid, and fix on_color().Erik Rose2011-11-291-1/+3
* Make `color(n)` callable to wrap a string, like the named colors can. Bump ve...Erik Rose2011-11-291-0/+14
* Rethink the whole test suite. Passes in Python 2.6. Closes #6.Erik Rose2011-11-271-54/+77
* Re-unicode-ify some test literals.Erik Rose2011-11-271-2/+2
* Get the remaining tests passing in Python 3. Mostly just dealt with unicode i...Erik Rose2011-11-271-30/+39
* Make all encoding explicit, and blow only raw strings to the terminal.Erik Rose2011-11-271-17/+26
* TypeError isn't subscriptable in Python 3.Erik Rose2011-11-201-3/+3
* Fix simple formatting attributes not working as wrappers.Erik Rose2011-11-161-0/+2
* Add a helpful exception.Erik Rose2011-11-161-1/+20
* Make simple formatting and colors work as callable wrappers. Add crazy compou...Erik Rose2011-11-161-4/+27
* Let location() operate on just an x *or* y coordinate.Erik Rose2011-11-151-10/+13
* Add an option to force real capability emission even if the output stream is ...Erik Rose2011-11-141-0/+5
* Start using tox for tests across Python versions. Make tests run in Python 2.5.Erik Rose2011-11-131-0/+1
* Test that colors are also '' when there's no tty.Erik Rose2011-11-081-0/+1
* Add attributes for colors, background colors, and bright colors. Closes #2.Erik Rose2011-11-071-0/+15
* Rename everything from "terminator" to "blessings". Revert version to 1.0.Erik Rose2011-11-071-0/+74