summaryrefslogtreecommitdiff
path: root/blessings/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Recognize correctly the negated form of the capabilities.Andres Ayala2018-08-101-0/+9
* Remove imports from __future__Dave Hunt2018-06-181-2/+0
* Use six to support Python 2 and 3 without using 2to3Dave Hunt2018-06-081-5/+6
* Support terminal types, such as kermit and avatar, that use bytes 127-255 in ...1.6Erik Rose2013-11-051-2/+2
|\
| * encode tparm output as latin1jquast2013-11-041-2/+2
* | Revert "Merge remote-tracking branch 'origin/bugfix-3' into bugfix-1"jquast2013-11-041-12/+12
* | Merge remote-tracking branch 'origin/bugfix-3' into bugfix-1jquast2013-11-041-12/+12
|\ \
| * | only perform color lookup for colored terminalsjquast2013-11-041-12/+12
| |/
* | fix testing height and width for integerjquast2013-11-041-3/+3
|/
* Make test docstrings PEP-8-compliant.Erik Rose2013-09-091-6/+12
* Replace the weird clear() test with what was originally intended. This one ac...1.5.1Erik Rose2013-08-301-6/+1
* Explain the new behavior to myself. Remove 1 test assertion. No non-test beha...Erik Rose2013-08-301-2/+6
* Add testcase for NullCallableStringVitja Makarov2013-08-261-0/+9
* Provide a decent way to say "don't style". Closes #18.Erik Rose2012-06-161-0/+6
* Fix a bug where location() wouldn't do anything when passed 0s.Erik Rose2012-06-011-0/+10
* Document an idiom for restoring the cursor location after a series of manual ...Erik Rose2012-02-011-0/+9
* Make `height` and `width` examine any passed-in stream before falling back to...Erik Rose2011-12-091-0/+6
* 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