Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lovelysystems/lovely.testlayers
mysql, postgres nginx, memcached cassandra testlayers for use with zope.testrunner
https://github.com/lovelysystems/lovely.testlayers
Last synced: about 2 months ago
JSON representation
mysql, postgres nginx, memcached cassandra testlayers for use with zope.testrunner
- Host: GitHub
- URL: https://github.com/lovelysystems/lovely.testlayers
- Owner: lovelysystems
- Created: 2011-11-29T07:38:14.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-09-12T12:38:05.000Z (over 8 years ago)
- Last Synced: 2024-11-15T03:43:35.646Z (2 months ago)
- Language: Python
- Homepage:
- Size: 169 KB
- Stars: 2
- Watchers: 16
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
Awesome Lists containing this project
README
**************************************************
Lovely Testing Layers for use with zope.testrunner
**************************************************Introduction
============
This package includes various server test layers and
a generic server layer for use with any network based
server implementation.It currently provides server layers for these fine
database and web servers (in alphabetical order):- ApacheDS
- Cassandra
- Memcached
- MongoDB
- MySQL
- Nginx
- OpenLDAP
- PostgreSQLSetup
=====
While there are buildout targets based on ``hexagonit.recipe.cmmi`` and
``zc.recipe.cmmi`` included for building PostgreSQL and Memcached inline,
it is perfectly fine to use the native system installments of the
respective services.Self-tests
==========
``lovely.testlayers`` ships with a bunch of built-in self-tests
for verifying the functionality of the respective test layers.To get started on that, please follow up reading ``__.