durusmail: durus-users: Unit test issue
Unit test issue
2006-10-12
2006-10-12
Unit test issue
Patrick K. O'Brien
2006-10-12
Patrick K. O'Brien wrote:
>
> P.S.  There are other tests that are similarly broken.

On a similar note, PersistentSet needs to have the following method
added to its definition:

    def __hash__(self):
        raise TypeError("PersistentSet objects are unhashable")

--
Patrick K. O'Brien
Orbtech       http://www.orbtech.com
Schevo        http://www.schevo.org
Louie         http://www.pylouie.org
reply