Skip to content

Commit

Permalink
Enable TestSettings and remove unnecessary derivation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 9, 2022
1 parent c4851b1 commit 83d653e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cssutils/tests/test_settings.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
"""Testcases for cssutils.settings"""

from . import test_cssrule
import cssutils
import cssutils.settings


class Settings(test_cssrule.TestCSSRule):
class TestSettings:
def test_set(self):
"settings.set()"
cssutils.ser.prefs.useMinified()
Expand Down

0 comments on commit 83d653e

Please sign in to comment.