]> granicus.if.org Git - python/commit
Actually execute the tests for the getter/setter/deleter tests on properties.
authorBrett Cannon <bcannon@gmail.com>
Tue, 25 Dec 2007 00:14:34 +0000 (00:14 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 25 Dec 2007 00:14:34 +0000 (00:14 +0000)
commit4e438bcc562b784651ef3ff7cfd2c9b557dd3260
treebe0ef0296289bdb055b5b5b53b94f1051ee6baaf
parenta6ae8974c1992cdaf1a80a4b78abbd68bed90764
Actually execute the tests for the getter/setter/deleter tests on properties.
Also fix the test by having the test classes inherit from object.

Are the getter/setter/deleter attributes supposed to be able to chain?  As of
right now they can't as the property tries to call what the property returns,
which is another property when they are chained.
Lib/test/test_descr.py