merge with stable

This commit is contained in:
Takayuki Shimizukawa
2014-07-13 11:43:12 +09:00
15 changed files with 172 additions and 80 deletions
+3
View File
@@ -181,6 +181,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):
"""