i2mint / py2store

Tools to create simple and consistent interfaces to complicated and varied data sources.
MIT License
12 stars 2 forks source link

Make universal tests #18

Open Kulv3r opened 5 years ago

Kulv3r commented 5 years ago

A set of tests that each and every persister and store should accommodate to. Should be extensible enough to work fine with all different variations of these backends.

PyTest to use as a base library.

Kulv3r commented 5 years ago

Basic CRUD tests for Stores are done. I'll leave this issue open for now, since there will most probably be way more base tests later.