Mercurial > piecrust2
changeset 198:1d44d8bd93e2
tests: Remove debug output.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 13 Jan 2015 20:40:22 -0800 |
parents | 57eec8a67095 |
children | aaf08277b96d |
files | tests/mockutil.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/mockutil.py Mon Jan 12 00:48:47 2015 -0800 +++ b/tests/mockutil.py Tue Jan 13 20:40:22 2015 -0800 @@ -247,7 +247,6 @@ self._patchers.append(mock.patch(name, func, **kwargs)) def _doOpen(self, orig_name, path, mode, *args, **kwargs): - print("Opening %s" % path) path = os.path.normpath(path) if path.startswith(resources_path): return self._originals[orig_name](path, mode, *args, **kwargs)