Skip to content
Snippets Groups Projects
Commit d21e29c24ac1 authored by sylvain thenault's avatar sylvain thenault
Browse files

auto-test

parent fcb72a11ac17
No related branches found
No related tags found
No related merge requests found
from logilab.common.testlib import unittest_main
from cubicweb.devtools.testlib import AutomaticWebTest
class AutomaticWebTest(AutomaticWebTest):
def to_test_etypes(self):
return set(('Comment',))
def list_startup_views(self):
return ()
if __name__ == '__main__':
unittest_main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment