summaryrefslogtreecommitdiff
path: root/tests/run.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-0/+1
|\
| * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* support parallel testing with detoxshimizukawa2013-07-271-14/+20
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Fix running tests under Python 3 without tox.Georg Brandl2012-11-011-3/+3
|
* fix some testing.shimizukawa2012-05-011-5/+10
| | | | | * Python3 test support * Specify depended library version for Python2.4, 2.5
* Fixes #874: do not use __file__ anymore after changing cwd.Georg Brandl2012-03-101-3/+5
|
* Cleanup after pull from https://bitbucket.org/timmartin/sphinxGeorg Brandl2011-05-151-4/+4
|
* The test runner script now checks for the docutils and jinja libraries, ↵Tim Martin2011-04-121-0/+12
| | | | without which all tests fail
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | Unify version_info checks.Georg Brandl2010-07-281-1/+1
| |
* | the test suite now runs on ubuntu, hopefully also debian and other systemDasIch2010-06-221-2/+3
| |
* | Copy converted tests to build/lib/tests not build/lib/testDasIch2010-06-121-2/+2
| |
* | Changed tests/run.py so that it's possible to run the testsuite on python3 ↵DasIch2010-05-091-3/+12
|/ | | | more easiely
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
| | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE.
* Add a test suite skeleton, a first test for sphinx.config, and fix a bug in ↵georg.brandl2008-06-051-0/+26
config.