Skip to content

Commit 447014d

Browse files
committed
Linting in test_utils.py
1 parent 4e410a5 commit 447014d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ def test_chunks():
7878
assert list(utils.chunks(['a', 'b', 'c'], 1)) == [['a'], ['b'], ['c']]
7979

8080

81-
# TODO: cmp
82-
8381
class TestList2Str:
8482

8583
@pytest.mark.parametrize(
@@ -96,7 +94,6 @@ def test_list2str(self, value, expects):
9694
assert isinstance(str_representation, str)
9795
assert str_representation == expects
9896

99-
10097
@pytest.mark.parametrize(
10198
"value, expects",
10299
[

0 commit comments

Comments
 (0)