use test generator nosetests feature.

This commit is contained in:
Takayuki Shimizukawa
2014-07-12 22:14:14 +09:00
parent 91709946d6
commit e2ed97031d
2 changed files with 25 additions and 53 deletions
+3
View File
@@ -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):
"""