kinto.js icon indicating copy to clipboard operation
kinto.js copied to clipboard

Tests for adapter?

Open abuisman opened this issue 9 years ago • 1 comments

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.

abuisman avatar May 23 '16 19:05 abuisman

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!

leplatrem avatar May 24 '16 08:05 leplatrem