mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-26 05:07:35 -05:00
use test generator nosetests feature.
This commit is contained in:
@@ -186,6 +186,9 @@ class TestApp(application.Sphinx):
|
||||
for tree in self.cleanup_trees:
|
||||
shutil.rmtree(tree, True)
|
||||
|
||||
def __repr__(self):
|
||||
return '<%s buildername=%r>' % (self.__class__.__name__, self.builder.name)
|
||||
|
||||
|
||||
def with_app(*args, **kwargs):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user