pytest-dynamodb
pytest-dynamodb copied to clipboard
Ability to connect to local dynamodb maintained outside of test fixtures.
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html there's a docker image maintained we could use for tests to connect to.
It would be great to have this option! Do you think it requires a lot of work to be done? Can one help somehow?
Not that much. Take a look on how the pytest-postgresql does it: https://github.com/ClearcodeHQ/pytest-postgresql/blob/main/pytest_postgresql/factories/noprocess.py