tests/test-check-interfaces.py.out
author Yuya Nishihara <yuya@tcha.org>
Sun, 10 Sep 2017 23:37:14 +0900
changeset 34128 82bd4c5a81e5
parent 33807 b70029f355a3
child 37320 39f7d4ee8bcd
permissions -rw-r--r--
extensions: fix wrapcommand/function of class instance 5361771f9714 changed _updatewrapper() to copy the __name__ attribute, but not all callable objects has __name__. Spotted by loading mq with extdiff.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
33807
b70029f355a3 tests: verify that peer instances only expose interface members
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     1
public attributes not in abstract interface: badpeer.badattribute
b70029f355a3 tests: verify that peer instances only expose interface members
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     2
public attributes not in abstract interface: badpeer.badmethod