Skip to content

Commit

Permalink
Refresh commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 12, 2023
1 parent f7c2286 commit 43bd75b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cssutils/tests/test_profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,10 @@ def test_csscolorlevel3(self):
for color in uicolor.split('|'):
assert not cssutils.profile.validate('color', color)

# TODO: Fix
# self.assertEqual((True, True, list(CSS2)),
# cssutils.profile.validateWithProfile('color', color))
# TODO: fixme
# assert (True, True, list(CSS2)) == cssutils.profile.validateWithProfile(
# 'color', color
# )

def test_validate(self):
"Profiles.validate()"
Expand Down

0 comments on commit 43bd75b

Please sign in to comment.