OpenStack test classes
Go to file
Andreas Jaeger d17e3d220d Remove -U from pip install
'pip install -U' ugrades specified packages, this is not necessary
since we use constraints, remove the parameter '-U' from the line.

With tools/tox_install.sh - which a previous change of mine removed -
the -U was not harmful, but with the current set up, it might cause
upgrades, so remove it.

Change-Id: I4b5269fe56c6eba07d4d9044ca8ec3c53758d952
2017-12-02 19:31:06 +01:00
doc/source rearrange content to fit the new standard layout 2017-07-17 09:39:30 +00:00
oslotest Merge "Remove oslotest.mockpatch" 2017-10-31 01:49:58 +00:00
releasenotes Remove setting of version/release from releasenotes 2017-11-16 21:50:53 +01:00
tools Avoid tox_install.sh for constraints support 2017-12-01 09:54:17 +01:00
.coveragerc Fix coverage configuration and execution 2015-10-06 09:14:07 -04:00
.gitignore rearrange content to fit the new standard layout 2017-07-17 09:39:30 +00: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 Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
HACKING.rst Update URLs in documents according to document migration 2017-07-18 07:32:45 +00:00
LICENSE apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
README.rst Update URLs in documents according to document migration 2017-07-18 07:32:45 +00:00
requirements.txt Updated from global requirements 2017-11-16 11:22:26 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-18 07:32:45 +00:00
setup.py Updated from global requirements 2017-03-02 11:53:58 +00:00
test-requirements.txt Updated from global requirements 2017-11-29 09:16:27 +00:00
tox.ini Remove -U from pip install 2017-12-02 19:31:06 +01:00

README.rst

Team and repository tags

image

oslotest -- OpenStack Testing Framework and Utilities

The Oslo Test framework provides common fixtures, support for debugging, and better support for mocking results.