diff -r c6fe858f6b90 -r 81fce01b4cc0 cubicweb/devtools/test/unittest_webtest.py --- a/cubicweb/devtools/test/unittest_webtest.py Thu Feb 18 09:23:18 2016 +0100 +++ b/cubicweb/devtools/test/unittest_webtest.py Thu Feb 18 09:24:43 2016 +0100 @@ -37,5 +37,5 @@ if __name__ == '__main__': - from logilab.common.testlib import unittest_main - unittest_main() + import unittest + unittest.main()