Skip to content

Commit dcd49d1

Browse files
author
Daniel Bush
committed
test: debug extract test
1 parent 680c12f commit dcd49d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/tests_client.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ def test_data_extraction_1(self):
4545
fid = self.sypht_client.upload(f, ["invoices:2"])
4646
self.assertTrue(validate_uuid4(fid))
4747

48+
import json
49+
50+
print("<< fid", fid)
4851
results = self.sypht_client.fetch_results(fid)
52+
print("<< results", json.dumps(results, indent=2))
4953

5054
self.assertTrue(isinstance(results, dict))
5155
self.assertIn("invoice.dueDate", results)

0 commit comments

Comments
 (0)