Author: Carl Friedrich Bolz <[email protected]>
Branch: py3.5
Changeset: r88267:ba1e8995a96f
Date: 2016-11-09 16:19 +0100
http://bitbucket.org/pypy/pypy/changeset/ba1e8995a96f/

Log:    misunderstood the use of testfn_unencodable, so this doesn't make
        sense

diff --git a/pypy/interpreter/test/test_fsencode.py 
b/pypy/interpreter/test/test_fsencode.py
--- a/pypy/interpreter/test/test_fsencode.py
+++ b/pypy/interpreter/test/test_fsencode.py
@@ -78,7 +78,3 @@
 
             assert space.fsencode_w(w_enc) == space.bytes_w(w_enc)
             assert space.eq_w(space.wrap_fsdecoded(space.bytes_w(w_enc)), 
w_st2)
-
-    def test_error(self):
-        raises(OperationError, self.space.fsencode, 
self.space.newbytes(self.testfn_unencodable))
-
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to