aws-samples / amazon-textract-code-samples

Amazon Textract Code Samples
MIT No Attribution
406 stars 263 forks source link

Integration Test #22

Closed ilkerhalil closed 2 years ago

ilkerhalil commented 2 years ago

How can we write integration tests for them?

schadem commented 2 years ago

some simple tests here: https://github.com/aws-samples/amazon-textract-textractor/blob/master/prettyprinter/tests/test_pretty_print.py that call the service directly. For mocking I usually take a given JSON as input.