Adds several more tests to the Python 3 test run

bp python3

Change-Id: Idd1e60dff813a65898ce6a53d21a8d06fae2bdfe
This commit is contained in:
David Stanek 2014-03-31 02:23:07 +00:00
parent 3ec0c5e693
commit 791671860d
1 changed files with 4 additions and 0 deletions

View File

@ -19,10 +19,14 @@ deps = -r{toxinidir}/requirements-py3.txt
commands =
nosetests \
keystone/tests/test_cache_backend_mongo.py \
keystone/tests/test_contrib_stats_core.py \
keystone/tests/test_driver_hints.py \
keystone/tests/test_injection.py \
keystone/tests/test_policy.py \
keystone/tests/test_s3_token_middleware.py \
keystone/tests/test_singular_plural.py \
keystone/tests/test_sizelimit.py \
keystone/tests/test_token_bind.py \
keystone/tests/unit
[testenv:pep8]