Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
weird unittest result
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Gonçalo Rodrigues, post: 1728875"] Thanks! I've been able to track the problem and it's precisely in a subtle interplay between a test testing that a certain exception is raised (which implies that the __init__ method is not completed) and the __del__ method. Simplest solution: delete __del__, it's not needed anywhere. With my best regards, G. Rodrigues [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
weird unittest result
Top