Exemplo n.º 1
0
 def test_parse_ees_quote_document(self, driver):
     with pytest.allure.step('Parse PDF'):
         parse.parse_pdf(tests.path, tests.pdf)
Exemplo n.º 2
0
 def test_parse_customs_invoice_bann_d_document(self, driver):
     with pytest.allure.step('Parse PDF'):
         parse.parse_pdf(tests.path, tests.pdf)
Exemplo n.º 3
0
 def test_parse_packing_list_bann_d_document(self, driver):
     with pytest.allure.step('Parse PDF'):
         parse.parse_pdf(tests.path, tests.pdf)
Exemplo n.º 4
0
 def test_parse_so_bann_d_proforma_document(self, driver):
     with pytest.allure.step('Parse ees proforma PDF'):
         parse.parse_pdf(tests.path, tests.pdf)