summaryrefslogtreecommitdiff
path: root/tests/test_filedescriptor.py
Commit message (Collapse)AuthorAgeFilesLines
* Some more test coverage for fdpexpectThomas Kluyver2014-06-041-19/+7
|
* Fix imports in tests for Python 3Thomas Kluyver2014-06-011-1/+1
| | | | Closes gh-59
* Don't use six for testsThomas Kluyver2013-09-231-4/+3
|
* py2.5 compatibilities w/six.pyjquast2013-09-221-3/+4
| | | | | | | | | | -except Exception as e: +except Exception, err: the unfortunate use of six.b('') instead of b'' print(arg0, arg1) => six.print_(arg0, arg1) some autopep8 -i is definitely called for, some of these test cases are darn unreadable, but did partially pep8 some of the really-long-over-80col-lines.
* Fix fdpexpect for Python 3Thomas Kluyver2013-09-201-6/+6
|
* Move fdpexpect -> pexpect.fdpexpectThomas Kluyver2013-09-191-1/+2
|
* More fixes to testsThomas Kluyver2013-09-181-2/+1
|
* Moved everything up one directory level.Noah Spurrier2012-10-261-0/+84