cubicweb/web/test/test_views.py
changeset 11681 b23d58050076
parent 11057 0b59724cb3f2
equal deleted inserted replaced
11631:faf279e33298 11681:b23d58050076
    29     def to_test_etypes(self):
    29     def to_test_etypes(self):
    30         # We do not really want to test cube views here. So we can drop testing
    30         # We do not really want to test cube views here. So we can drop testing
    31         # some EntityType. The two Blog types below require the sioc cube that
    31         # some EntityType. The two Blog types below require the sioc cube that
    32         # we do not want to add as a dependency.
    32         # we do not want to add as a dependency.
    33         etypes = super(AutomaticWebTest, self).to_test_etypes()
    33         etypes = super(AutomaticWebTest, self).to_test_etypes()
    34         etypes -= set(('Blog', 'BlogEntry'))
    34         etypes -= set(('Blog', 'BlogEntry', 'CWSession'))
    35         return etypes
    35         return etypes
    36 
    36 
    37 
    37 
    38 class SomeView(AnyRsetView):
    38 class SomeView(AnyRsetView):
    39     __regid__ = 'someview'
    39     __regid__ = 'someview'