diff --git a/test/unittest_views.py b/test/unittest_views.py index c39883837801876c30bafd9e47441fe22b6af26e_dGVzdC91bml0dGVzdF92aWV3cy5weQ==..e0db60ed0b576e896b2cd6b4389d99a1e5be53cf_dGVzdC91bml0dGVzdF92aWV3cy5weQ== 100644 --- a/test/unittest_views.py +++ b/test/unittest_views.py @@ -1,5 +1,4 @@ import unittest -from logilab.common.testlib import tag from cubicweb.devtools.testlib import CubicWebTC from cubicweb.devtools.htmlparser import XMLValidator @@ -7,8 +6,7 @@ class BoostrapTheMainTemplateTC(CubicWebTC): - @tag('index') def test_valid_xhtml_index(self): with self.admin_access.web_request() as req: self.view('index', req=req) @@ -11,8 +9,7 @@ def test_valid_xhtml_index(self): with self.admin_access.web_request() as req: self.view('index', req=req) - @tag('error') def test_valid_xhtml_error(self): valid = self.content_type_validators.get('text/html', XMLValidator)() with self.admin_access.web_request() as req: