index
:
delta/python-packages/blessings.git
blessed-integration
master
modern-python-versions
setup-idiomaticness
window-title
github.com: erikrose/blessings
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
blessings
/
tests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recognize correctly the negated form of the capabilities.
Andres Ayala
2018-08-10
1
-0
/
+9
*
Remove imports from __future__
Dave Hunt
2018-06-18
1
-2
/
+0
*
Use six to support Python 2 and 3 without using 2to3
Dave Hunt
2018-06-08
1
-5
/
+6
*
Support terminal types, such as kermit and avatar, that use bytes 127-255 in ...
1.6
Erik Rose
2013-11-05
1
-2
/
+2
|
\
|
*
encode tparm output as latin1
jquast
2013-11-04
1
-2
/
+2
*
|
Revert "Merge remote-tracking branch 'origin/bugfix-3' into bugfix-1"
jquast
2013-11-04
1
-12
/
+12
*
|
Merge remote-tracking branch 'origin/bugfix-3' into bugfix-1
jquast
2013-11-04
1
-12
/
+12
|
\
\
|
*
|
only perform color lookup for colored terminals
jquast
2013-11-04
1
-12
/
+12
|
|
/
*
|
fix testing height and width for integer
jquast
2013-11-04
1
-3
/
+3
|
/
*
Make test docstrings PEP-8-compliant.
Erik Rose
2013-09-09
1
-6
/
+12
*
Replace the weird clear() test with what was originally intended. This one ac...
1.5.1
Erik Rose
2013-08-30
1
-6
/
+1
*
Explain the new behavior to myself. Remove 1 test assertion. No non-test beha...
Erik Rose
2013-08-30
1
-2
/
+6
*
Add testcase for NullCallableString
Vitja Makarov
2013-08-26
1
-0
/
+9
*
Provide a decent way to say "don't style". Closes #18.
Erik Rose
2012-06-16
1
-0
/
+6
*
Fix a bug where location() wouldn't do anything when passed 0s.
Erik Rose
2012-06-01
1
-0
/
+10
*
Document an idiom for restoring the cursor location after a series of manual ...
Erik Rose
2012-02-01
1
-0
/
+9
*
Make `height` and `width` examine any passed-in stream before falling back to...
Erik Rose
2011-12-09
1
-0
/
+6
*
Add number_of_colors attr. Bring release notes up to date.
Erik Rose
2011-12-09
1
-0
/
+19
*
Allow `color` attr to act as an unparametrized string, not just a callable.
Erik Rose
2011-11-30
1
-0
/
+6
*
Oops, make the callable color tests valid, and fix on_color().
Erik Rose
2011-11-29
1
-1
/
+3
*
Make `color(n)` callable to wrap a string, like the named colors can. Bump ve...
Erik Rose
2011-11-29
1
-0
/
+14
*
Rethink the whole test suite. Passes in Python 2.6. Closes #6.
Erik Rose
2011-11-27
1
-54
/
+77
*
Re-unicode-ify some test literals.
Erik Rose
2011-11-27
1
-2
/
+2
*
Get the remaining tests passing in Python 3. Mostly just dealt with unicode i...
Erik Rose
2011-11-27
1
-30
/
+39
*
Make all encoding explicit, and blow only raw strings to the terminal.
Erik Rose
2011-11-27
1
-17
/
+26
*
TypeError isn't subscriptable in Python 3.
Erik Rose
2011-11-20
1
-3
/
+3
*
Fix simple formatting attributes not working as wrappers.
Erik Rose
2011-11-16
1
-0
/
+2
*
Add a helpful exception.
Erik Rose
2011-11-16
1
-1
/
+20
*
Make simple formatting and colors work as callable wrappers. Add crazy compou...
Erik Rose
2011-11-16
1
-4
/
+27
*
Let location() operate on just an x *or* y coordinate.
Erik Rose
2011-11-15
1
-10
/
+13
*
Add an option to force real capability emission even if the output stream is ...
Erik Rose
2011-11-14
1
-0
/
+5
*
Start using tox for tests across Python versions. Make tests run in Python 2.5.
Erik Rose
2011-11-13
1
-0
/
+1
*
Test that colors are also '' when there's no tty.
Erik Rose
2011-11-08
1
-0
/
+1
*
Add attributes for colors, background colors, and bright colors. Closes #2.
Erik Rose
2011-11-07
1
-0
/
+15
*
Rename everything from "terminator" to "blessings". Revert version to 1.0.
Erik Rose
2011-11-07
1
-0
/
+74