summaryrefslogtreecommitdiff
path: root/tests/nosewrapper.py
Commit message (Collapse)AuthorAgeFilesLines
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use ↵Sergey Shepelev2013-12-031-10/+5
| | | | print() function syntax
* Moved GreenPipe context unit test into separate file. Skip that test in ↵Scott Robinson2010-03-041-1/+1
| | | | Python versions less than 2.5
* Hub selection via environment variable obviates the need for the ↵Ryan Williams2010-02-211-2/+1
| | | | eventlethub. Fixed up docs to refer to it.
* Renamed test__api_timeout to timeout_test_with_statementRyan Williams2010-02-151-1/+1
|
* Hurf durf merge conflict.Ryan Williams2009-12-041-3/+3
|
* Time to get some of those lovely yellow statuses.Ryan Williams2009-12-041-1/+9
|
* Fixes to make tests pass on python2.4. The tricks to make with-statement ↵Ryan Williams2009-12-031-1/+7
| | | | stuff work even when imported by 2.4 are especially tricky, but there doesn't seem to be a better alternative.
* Removed copyright headers from individual files, added LICENSE and AUTHORS ↵Ryan Williams2009-10-031-20/+0
| | | | files to give credit instead. Linked authors list into documentation.
* Finished off testing docs, put in nosewrapper script because it's a pain to ↵Ryan Williams2009-09-161-0/+32
get plugins in the path any other way.