aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual_test.py
Commit message (Expand)AuthorAgeFilesLines
* tests: drop (easy_install based) manual testsBenoit Pierre2019-10-081-100/+0
* import internal version of sixOleg Sharov2018-11-131-1/+1
* Feed the hobgoblins (delint).Jason R. Coombs2018-06-061-2/+4
* Fix quantity of blank lines.stepshal2016-10-181-0/+1
* Add missing blank lines after class or function definition.stepshal2016-07-211-0/+2
* Fix quantity of blank lines after code object.stepshal2016-07-131-0/+3
* Extract decision point into a variableJason R. Coombs2016-03-281-4/+2
* 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 not-so-us...Jason R. Coombs2013-08-111-19/+4
* Merge Python 3 native support from distributeJason R. Coombs2013-06-181-1/+1
|\
| * Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-1/+1
* | 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