OpenStack test classes
Go to file
Steve Martinelli e5c14b74d3 Add an extra parameter for test directory in debugger script
The `python-*client`'s usually give back the full package name
i.e. python-keystoneclient, and the script assumes thats where
the tests are, but most clients have their tests under just
*client, or in this case keystoneclient.
Oslo projects have a similar issue.
Change the debug script to accept an optional argument that can
be used to override the guesstimated value.

Change-Id: If0a25ae7ab9f854f87271a377dd228e2ebfb107f
2014-09-29 21:50:41 -04:00
doc/source Add an extra parameter for test directory in debugger script 2014-09-29 21:50:41 -04:00
oslotest Handle tempfile content encoding 2014-09-25 12:52:13 -07:00
tests Handle tempfile content encoding 2014-09-25 12:52:13 -07:00
tools Add an extra parameter for test directory in debugger script 2014-09-29 21:50:41 -04:00
.coveragerc apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
.gitignore apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
.gitreview fix .gitreview after rename 2014-05-27 05:16:23 -07:00
.mailmap apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
.testr.conf apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
CONTRIBUTING.rst fix typo and formatting in contributing docs 2014-09-10 08:13:54 -04:00
HACKING.rst apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
LICENSE apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
MANIFEST.in apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
README.rst Restructure oslotest docs 2014-08-25 16:47:14 -04:00
openstack-common.conf Import run_cross_tests.sh from oslo-incubator 2014-03-27 08:02:02 -07:00
requirements.txt warn against sorting requirements 2014-09-05 09:29:51 -04:00
setup.cfg Drop .sh extension from oslo_debug_helper.sh 2014-09-18 21:42:32 -04:00
setup.py Updated from global requirements 2014-04-30 02:45:51 +00:00
test-requirements.txt Updated from global requirements 2014-09-19 08:51:08 +00:00
tox.ini Work toward Python 3.4 support and testing 2014-09-22 13:31:49 +00:00

README.rst

oslotest

OpenStack test framework and test fixtures.