Author: Ronny Pfannschmidt <ronny.pfannschm...@gmx.de> Branch: stdlib-unification Changeset: r54313:4a9a542ed7e4 Date: 2012-04-12 15:38 +0200 http://bitbucket.org/pypy/pypy/changeset/4a9a542ed7e4/
Log: todo note in tool/pytest diff --git a/pypy/tool/pytest/htmlreport.py b/pypy/tool/pytest/htmlreport.py --- a/pypy/tool/pytest/htmlreport.py +++ b/pypy/tool/pytest/htmlreport.py @@ -75,6 +75,7 @@ def render_test_references(self, result): dest = self.make_single_test_result(result) + #XXX: ask hg for differences between test and vendor branch modified = result.ismodifiedtest() and " [mod]" or "" return html.div(html.a(result.path.purebasename + modified, href=self.getrelpath(dest)), _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit