feathers-service-tests
Version:
A standardized testing harness for Feathers services
37 lines (27 loc) • 1.75 kB
Markdown
# feathers-service-tests
[](https://greenkeeper.io/)
[](https://travis-ci.org/feathersjs/feathers-service-tests)
[](https://david-dm.org/feathersjs/feathers-service-tests)
[](https://www.npmjs.com/package/feathers-service-tests)
[](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).