Skip to content

Commit 0dfc5f7

Browse files
committed
Refresh commented code.
1 parent 16e3b90 commit 0dfc5f7

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

cssutils/tests/test_profiles.py

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -695,17 +695,12 @@ def test_validate(self):
695695
for value in values:
696696
assert valid == cssutils.profile.validate(name, value)
697697

698+
# assert (
699+
# valid,
700+
# matching,
701+
# list(profile),
702+
# ) == cssutils.profile.validateWithProfile(name, value)
698703

699-
# if (valid, matching, list(profile)) !=
700-
# cssutils.profile.validateWithProfile(name, value):
701-
# print
702-
# print '###############', name, value
703-
# print (valid, matching, list(profile)),
704-
# cssutils.profile.validateWithProfile(name, value)
705-
706-
# TODO: fix
707-
# self.assertEqual((valid, matching, list(profile)),
708-
# cssutils.profile.validateWithProfile(name, value))
709704

710705
# TODO: fix
711706
# def test_validateByProfile(self):

0 commit comments

Comments
 (0)