Author: Armin Rigo <[email protected]>
Branch: py3.5
Changeset: r90206:135243084607
Date: 2017-02-19 16:55 +0100
http://bitbucket.org/pypy/pypy/changeset/135243084607/
Log: spacing
diff --git a/pypy/objspace/std/test/test_typeobject.py
b/pypy/objspace/std/test/test_typeobject.py
--- a/pypy/objspace/std/test/test_typeobject.py
+++ b/pypy/objspace/std/test/test_typeobject.py
@@ -1412,6 +1412,8 @@
assert type.__ne__(dict, 42) is NotImplemented
assert type.__eq__(int, int) == True
assert type.__eq__(int, dict) is NotImplemented
+
+
class AppTestComparesByIdentity:
def setup_class(cls):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit