[pypy-commit] pyrepl default: add some data tests

RonnyPfannschmidt noreply at buildbot.pypy.org
Thu May 17 13:58:54 CEST 2012


Author: Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>
Branch: 
Changeset: r196:62f2256014af
Date: 2012-05-03 18:18 +0200
http://bitbucket.org/pypy/pyrepl/changeset/62f2256014af/

Log:	add some data tests

diff --git a/testing/test_unix_reader.py b/testing/test_unix_reader.py
--- a/testing/test_unix_reader.py
+++ b/testing/test_unix_reader.py
@@ -14,4 +14,6 @@
 
     event = q.get()
     assert q.get() is None
+    assert event.data == a
+    assert event.raw == b
 


More information about the pypy-commit mailing list