kinto.js
kinto.js copied to clipboard
Tests for adapter?
I was wondering if there are any tests I can run against a custom adapter to see if I have implemented all the features properly.
Excellent question!
There used to be one common suite for several adapters. But when we introduced the notion of transaction we dropped the localstorage adapter and kept only one test suite.
I would be interested in reintroducing that (since we also maintain a sqlite adapter for Gecko).
If you like to submit a pull-request with your work in progress, please don't hesitate!