summaryrefslogtreecommitdiff
path: root/tests/path.py
Commit message (Expand)AuthorAgeFilesLines
* refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-207/+0
* Year++Takeshi KOMIYA2017-03-261-1/+1
* Fix #3438: update timestamp certainly to ensure test conditionTakeshi KOMIYA2017-02-241-0/+6
* pytest: remove repr_as testing feature that avoids long annoying log for test...shimizukawa2017-01-051-22/+2
* pytest migrationshimizukawa2017-01-041-1/+1
* Reduce deprecation warnings (refs: #3192)Takeshi KOMIYA2016-12-151-1/+2
* Fix flake8 violation under tests/Takeshi KOMIYA2016-06-121-0/+3
* Merge branch 'useless-test-noise'Takeshi KOMIYA2016-03-031-2/+19
|\
| * Fixes #1785: Reduce output for test generators.Robert Lehmann2015-03-201-2/+19
* | Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* | Fix #2185: Use with syntax to open files on testing.shimizukawa2015-12-201-16/+7
* | Fix #2158: test_latex_build.test_footnote and some tests fail on Windows envi...shimizukawa2015-12-191-5/+7
|/
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Refactor/speed up test_intl by combining all tests with a certain builder int...Georg Brandl2014-09-211-0/+3
* | Complete test suite overhaul.Georg Brandl2014-09-211-0/+3
* | * provide _copy_to_temp option for TestApp()Takayuki Shimizukawa2014-08-101-0/+3
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-3/+2
* | use six privided text_type() to replace with unicode() to support py2/py3 in ...Takayuki Shimizukawa2014-04-291-4/+5
* | introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa2014-04-291-1/+3
* | 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-1/+1
|/
* Copyright header update.Georg Brandl2013-04-011-2/+2
* support multibyte filename handling.Takayuki Shimizukawa2012-05-011-6/+6
* shutil.copytree doesn't have an ignore argument in Python 2.4Daniel Neuhäuser2010-08-141-6/+2
* Fixed the coverage extension test as well as the coverage extension itself fo...Daniel Neuhäuser2010-06-191-0/+27
* Remove unnecessary codeDaniel Neuhäuser2010-06-121-5/+2
* Added a movetree method to the path object to make it more consistent along w...Daniel Neuhäuser2010-06-011-0/+98
* Replaced the path module with my own versionDaniel Neuhäuser2010-06-011-923/+49
* use open instead of fileDaniel Neuhäuser2010-05-241-1/+1
* Use 'U' if file is not present (we run under 3.x)Daniel Neuhäuser2010-05-081-1/+6
* Removed pre-2.3 workaround for booleansDaniel Neuhäuser2010-05-011-6/+0
* Fix for r67038.Georg Brandl2008-10-281-18/+1
* Merged revisions 64808,65013,65076,65100-65101,65119,65121-65123 via svnmerge...Georg Brandl2008-07-181-1/+1
* Add a test suite skeleton, a first test for sphinx.config, and fix a bug in c...Georg Brandl2008-06-051-0/+970