Author: Ronny Pfannschmidt <[email protected]>
Branch: py3ksupport
Changeset: r135:f589811464d5
Date: 2011-10-18 12:26 +0200
http://bitbucket.org/pypy/pyrepl/changeset/f589811464d5/

Log:    verbose test events by default

diff --git a/testing/infrastructure.py b/testing/infrastructure.py
--- a/testing/infrastructure.py
+++ b/testing/infrastructure.py
@@ -61,7 +61,7 @@
 
 def read_spec(test_spec, reader_class=TestReader):
     # remember to finish your test_spec with 'accept' or similar!
-    con = TestConsole(test_spec)
+    con = TestConsole(test_spec, verbose=True)
     reader = reader_class(con)
     reader.readline()
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to