Author: Ronny Pfannschmidt <ronny.pfannschm...@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
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to