removed obsolete code
This commit is contained in:
parent
bb729b6c26
commit
45f04590cc
8
test/fixtures/input.py
vendored
8
test/fixtures/input.py
vendored
@ -15,14 +15,6 @@ from test.utils.input import pair_data_with_queue_message
|
|||||||
from test.utils.pdf import pdf_stream
|
from test.utils.pdf import pdf_stream
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
|
||||||
def data(data_type, pdf):
|
|
||||||
if data_type == "pdf":
|
|
||||||
return pdf
|
|
||||||
elif data_type == "bytestring":
|
|
||||||
return "content".encode("latin1")
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def input_data_items(unencoded_input_data, input_data_encoder):
|
def input_data_items(unencoded_input_data, input_data_encoder):
|
||||||
return input_data_encoder(unencoded_input_data)
|
return input_data_encoder(unencoded_input_data)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user