summaryrefslogtreecommitdiff
path: root/tests/test_repr.py
Commit message (Expand)AuthorAgeFilesLines
* Check error repr can be str-edThomas Kluyver2015-12-141-3/+3
* bugfix test for conditional str() coverageJeff Quast2015-12-121-1/+1
* ensure __str__ method works when subclassedJeff Quast2015-12-121-0/+11
* Use str(p) and not p.__str__()Jeff Quast2014-11-221-2/+3
* use isinstance of 'str', not 'basestring'Jeff Quast2014-11-221-2/+2
* Failure in __str__() before any output.Jeff Quast2014-11-221-0/+25