HENNGE / aiodynamo

Asynchronous, fast, pythonic DynamoDB Client
https://aiodynamo.readthedocs.io/
Other
69 stars 20 forks source link

Speedup tests, test Python 3.10 #99

Closed ojii closed 2 years ago

ojii commented 2 years ago

Made a session-scoped pytest fixture with a "multi-page" dynamodb table. This should speed up the tests as it does not need to re-build the table for each test requiring lots of items.

ojii commented 2 years ago

On my machine, this change speeds up tests from ~16s -> ~10s.