test: remove irrelevant test case
This commit is contained in:
@@ -200,9 +200,6 @@ class TestPicklingAndRepresentation:
|
|||||||
with pytest.raises(TypeError):
|
with pytest.raises(TypeError):
|
||||||
pickle.dumps(table)
|
pickle.dumps(table)
|
||||||
|
|
||||||
with pytest.raises(TypeError):
|
|
||||||
pickle.dumps(table[0])
|
|
||||||
|
|
||||||
def test_string_representations(self, page):
|
def test_string_representations(self, page):
|
||||||
"""Test custom string representations of objects"""
|
"""Test custom string representations of objects"""
|
||||||
table = page.css(".product-list")[0]
|
table = page.css(".product-list")[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user