summaryrefslogtreecommitdiff
path: root/tests/manual_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Use six for Python 2 compatibilityJason R. Coombs2014-07-051-2/+3
|
* Allow the test to fail on its own merits rather than failing with a ↵Jason R. Coombs2013-08-111-19/+4
| | | | not-so-useful message; removed Python 2.3 support.
* Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ↵Vinay Sajip2013-06-151-1/+1
| | | | atexit errors in the multiprocessing module in 2.7/3.2 (seemingly unrelated to setuptools).
* Updated manual test to test against setuptoolsJason R. Coombs2013-03-191-15/+13
|
* make sure manual_test can be used under 2.3tarek2009-12-301-4/+16
|
* now using subprocess.calltarek2009-12-211-9/+13
|
* disable Py3tarek2009-12-211-9/+8
|
* uses distutils install schemes nowtarek2009-12-211-4/+16
|
* Modified test script to be py3k compatibleagronholm2009-12-201-2/+6
|
* Changed interpreter line to the recommended formagronholm2009-12-201-1/+1
|
* added test_full to maintarek2009-12-201-1/+1
|
* added manual functional tests for checking a releasetarek2009-12-201-0/+79