OpenStack test classes
Go to file
Doug Hellmann 258f8945ba fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I6cb85818f107513a91a891eb8905f0a9a54dc716
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-06-06 14:53:49 -04:00
doc/source Trivial: Update pypi url to new url 2018-04-21 12:12:20 +08:00
oslotest Merge "Deprecate MoxStubout class" 2018-05-20 21:49:05 +00:00
releasenotes make the CaptureOutput fixture easier to control 2018-03-19 16:35:17 -04: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
.zuul.yaml add lower-constraints job 2018-03-24 21:03:05 -04: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 links in README 2018-02-28 01:30:18 +08:00
lower-constraints.txt add lower-constraints job 2018-03-24 21:03:05 -04:00
requirements.txt Deprecate MoxStubout class 2018-05-14 19:37:55 +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 Fix requirements 2018-05-14 19:37:55 +00:00
tox.ini fix tox python3 overrides 2018-06-06 14:53:49 -04: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.