From ce9f8f14a4dbff0904ec64c670f75b0b9d6e03c5 Mon Sep 17 00:00:00 2001 From: Adrien Di Mascio Date: Fri, 30 Jan 2009 10:15:05 +0100 Subject: [testlib] teardown_module() is now given the TestResult for possible postprocessing --- decorators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decorators.py') diff --git a/decorators.py b/decorators.py index 7f1ff29..fa7e187 100644 --- a/decorators.py +++ b/decorators.py @@ -94,7 +94,7 @@ class wproperty(object): self.setfunc(obj, value) def __get__(self, obj, cls): - assert obj is not None + # assert obj is not None return getattr(obj, self.attrname) -- cgit v1.2.1