UNPKG

feathers-service-tests

Version:

A standardized testing harness for Feathers services

37 lines (27 loc) 1.75 kB
# feathers-service-tests [![Greenkeeper badge](https://badges.greenkeeper.io/feathersjs/feathers-service-tests.svg)](https://greenkeeper.io/) [![Build Status](https://travis-ci.org/feathersjs/feathers-service-tests.png?branch=master)](https://travis-ci.org/feathersjs/feathers-service-tests) [![Dependency Status](https://img.shields.io/david/feathersjs/feathers-service-tests.svg?style=flat-square)](https://david-dm.org/feathersjs/feathers-service-tests) [![Download Status](https://img.shields.io/npm/dm/feathers-service-tests.svg?style=flat-square)](https://www.npmjs.com/package/feathers-service-tests) [![Slack Status](http://slack.feathersjs.com/badge.svg)](http://slack.feathersjs.com) > A standardized testing harness for Feathers services ## About feathers-service-tests is a test harness for different database service adapters to verify a common querying interface. Currently it is used by: - [feathers-mongodb](https://github.com/feathersjs/feathers-mongodb) - [feathers-mongoose](https://github.com/feathersjs/feathers-mongoose) - [feathers-knex](https://github.com/feathersjs/feathers-knex) - [feathers-sequelize](https://github.com/feathersjs/feathers-sequelize) - mysql - postgres - mariadb - sql server - sqlite - [feathers-levelup](https://github.com/feathersjs/feathers-levelup) - [feathers-waterline](https://github.com/feathersjs/feathers-waterline) - [feathers-nedb](https://github.com/feathersjs/feathers-nedb) - [feathers-memory](https://github.com/feathersjs/feathers-memory) - [feathers-localstorage](https://github.com/feathersjs/feathers-localstorage) - [feathers-rethinkdb](https://github.com/feathersjs/feathers-rethinkdb) ## License Copyright (c) 2016 Licensed under the [MIT license](LICENSE).