25cf51f43737f03efb9972e1b8f04a2e74e14f2a
This change is part of a multi-part change set to handle obsolete and graduated oslo modules. This commit cleans up openstack-common.conf which has unnecessary entries for middleware and fileutils that are not required in trove. Also, trove acquired a trove/openstack/common/utils.py which had two routines that were long ago moved into strutils (now oslo.utils). The sole remaining reference to that source file has been updated to reflect this. This change is based on https://review.openstack.org/#/c/141081/ Change-Id: I279161ac7b321f306df180a2df20f64e869866b0 Partial-Bug: #1380789
Trove
Trove is Database as a Service for Open Stack.
Usage for integration testing
If you'd like to start up a fake Trove API daemon for integration testing with your own tool, run:
Stop the server with:
Tests
To run all tests and PEP8, run tox, like so:
To run just the tests for Python 2.7, run:
To run just PEP8, run:
To generate a coverage report,run:
(note: on some boxes, the results may not be accurate unless you run it twice)
If you want to run only the tests in one file you can use testtools e.g.
Description
Languages
Python
95%
Shell
4.9%