.. Copyright 2013-2014, Marten de Vries .. .. Licensed under the Apache License, Version 2.0 (the "License"); .. you may not use this file except in compliance with the License. .. You may obtain a copy of the License at .. .. http://www.apache.org/licenses/LICENSE-2.0 .. .. Unless required by applicable law or agreed to in writing, software .. distributed under the License is distributed on an "AS IS" BASIS, .. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. .. See the License for the specific language governing permissions and .. limitations under the License. ========================= The pouchdb.tests package ========================= Use the [source] links to show the code behind the tests, which contain useful examples on how to use Python-PouchDB. ****************** PouchDB test cases ****************** Test cases for the :mod:`pouchdb` package. .. automodule:: pouchdb.tests.main :members: :undoc-members: :show-inheritance: ************************ Objectstorage test cases ************************ Test cases for the :mod:`pouchdb.objectstorage` module. .. automodule:: pouchdb.tests.objectstorage :members: :undoc-members: :show-inheritance: ****************** Mapping test cases ****************** Test cases for the :mod:`pouchdb.mapping` module. .. automodule:: pouchdb.tests.mapping :members: :undoc-members: :show-inheritance: ****************** Plug-in test cases ****************** Test cases for the various plug-ins that are developed alongside Python-PouchDB and have their test suites coded in Python. .. automodule:: pouchdb.tests.plugins :members: :undoc-members: :show-inheritance: