We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5bd396 commit ee2086eCopy full SHA for ee2086e
cssutils/tests/test_csscomment.py
@@ -13,10 +13,6 @@ def setup(self):
13
self.r_type = cssutils.css.CSSComment.COMMENT
14
self.r_typeString = 'COMMENT'
15
16
- def test_init(self):
17
- "CSSComment.type and init"
18
- super().test_init()
19
-
20
def test_csstext(self):
21
"CSSComment.cssText"
22
tests = {
cssutils/tests/test_cssnamespacerule.py
@@ -17,8 +17,6 @@ def setup(self):
def test_init(self):
"CSSNamespaceRule.__init__()"
- # cannot use here as self.r and self rRO and not useful
- # super().test_init()
tests = [
23
(None, None),
24
('', ''),
0 commit comments