summaryrefslogtreecommitdiff
path: root/tests/run.py
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove 'tests/run.py'Stephen Finucane2017-12-291-16/+0
* tests: Use 'pytest_sessionstart'Stephen Finucane2017-12-291-28/+1
* tests: Use 'pytest_report_header'Stephen Finucane2017-12-291-3/+0
* tests: Stop explicitly checking for modulesStephen Finucane2017-12-291-13/+0
* tests: Ignore roots using 'collect_ignore'Stephen Finucane2017-12-181-10/+1
* refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-8/+8
* Make ImportWarning silentTakeshi KOMIYA2017-04-271-0/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | test: Filter ImportWarning from pytest_covTakeshi KOMIYA2017-02-171-0/+1
|/
* Fix flake8 violationsTakeshi KOMIYA2017-01-261-3/+3
* pytest optimizatoin:shimizukawa2017-01-081-4/+6
* pytest migrationshimizukawa2017-01-041-4/+12
* Reduce deprecation warnings (refs: #3192)Takeshi KOMIYA2016-12-151-0/+5
* Pass command args into nose unit test runner from tests/run.pyAndrew Lyjak2016-08-161-1/+1
* Merge branch 'stable'Takeshi KOMIYA2016-06-121-1/+1
|\
| * Fix flake8 violation under tests/Takeshi KOMIYA2016-06-121-1/+1
* | Use html5lib to parse HTML in tests instead of XMLParserAvram Lubkin2016-05-281-1/+1
|/
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Announce used Python version when running tests.Georg Brandl2014-11-061-1/+1
* | flush stdout after printing messages, might fix output ordering on drone.ioGeorg Brandl2014-09-211-0/+2
* | mock is builtin in Py3.Georg Brandl2014-09-211-0/+2
* | Complete test suite overhaul.Georg Brandl2014-09-211-40/+30
* | remove 2to3. #1350.Takayuki Shimizukawa2014-05-011-11/+3
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-2/+2
* | introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa2014-04-291-1/+4
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-0/+1
|/
* support parallel testing with detoxTakayuki Shimizukawa2013-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.Takayuki Shimizukawa2012-05-011-5/+10
* 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, witho...Tim Martin2011-04-121-0/+12
* 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 systemDaniel Neuhäuser2010-06-221-2/+3
* | Copy converted tests to build/lib/tests not build/lib/testDaniel Neuhäuser2010-06-121-2/+2
* | Changed tests/run.py so that it's possible to run the testsuite on python3 mo...Daniel Neuhäuser2010-05-091-3/+12
|/
* Happy new year!Georg Brandl2010-01-011-1/+1
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
* Add a test suite skeleton, a first test for sphinx.config, and fix a bug in c...Georg Brandl2008-06-051-0/+26