summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-21 17:17:02 +0200
committerGeorg Brandl <georg@python.org>2014-09-21 17:17:02 +0200
commit9d4d2075518f900a4b294c76fbbe55469b9329f5 (patch)
tree08d92669490358b284d2edd9ba4d61b64c52042a /.hgignore
parent675ee673d9e982a4b975d36630ff3af5ddceccd6 (diff)
downloadsphinx-9d4d2075518f900a4b294c76fbbe55469b9329f5.tar.gz
Complete test suite overhaul.
* rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore3
1 files changed, 1 insertions, 2 deletions
diff --git a/.hgignore b/.hgignore
index 1154332f..16d29fcf 100644
--- a/.hgignore
+++ b/.hgignore
@@ -7,6 +7,7 @@
^build/
^dist/
^tests/.coverage
+^tests/build/
^sphinx/pycode/Grammar.*pickle
^Sphinx.egg-info/
^doc/_build/
@@ -18,5 +19,3 @@
~$
^utils/.*3\.py$
^distribute-
-^tests/root/_build/*
-^tests/root/generated/*