Split viewcode and linkcode tests out of main test root.

This commit is contained in:
Georg Brandl
2014-09-21 17:34:16 +02:00
parent 78af37370c
commit a73ab32bc5
7 changed files with 250 additions and 95 deletions

View File

@@ -8,13 +8,9 @@
:copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
from __future__ import print_function
import sys
from util import with_app
cleanup_called = 0