fix test
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 4 Jan 2013 16:28:11 +0000 (17:28 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 4 Jan 2013 16:28:11 +0000 (17:28 +0100)
tests/run/decorators_T593.pyx

index af3353d..9ac3508 100644 (file)
@@ -111,7 +111,7 @@ class Base(type):
 class Bar(metaclass=Base):
    """
    >>> Bar._order
-   ['__module__', '__doc__', 'bar']
+   ['__module__', '__qualname__', '__doc__', 'bar']
    """
    @property
    def bar(self):