Karim shoair commited on
Commit ·
d4fe1d6
1
Parent(s): 02a714b
test: remove irrelevant test case
Browse files
tests/parser/test_general.py
CHANGED
|
@@ -200,9 +200,6 @@ class TestPicklingAndRepresentation:
|
|
| 200 |
with pytest.raises(TypeError):
|
| 201 |
pickle.dumps(table)
|
| 202 |
|
| 203 |
-
with pytest.raises(TypeError):
|
| 204 |
-
pickle.dumps(table[0])
|
| 205 |
-
|
| 206 |
def test_string_representations(self, page):
|
| 207 |
"""Test custom string representations of objects"""
|
| 208 |
table = page.css(".product-list")[0]
|
|
|
|
| 200 |
with pytest.raises(TypeError):
|
| 201 |
pickle.dumps(table)
|
| 202 |
|
|
|
|
|
|
|
|
|
|
| 203 |
def test_string_representations(self, page):
|
| 204 |
"""Test custom string representations of objects"""
|
| 205 |
table = page.css(".product-list")[0]
|