Py3: Add working tests to tox.ini

Change-Id: Ifb737a0d3ba263b69945f30d9a31a42cb3ab645a
This commit is contained in:
Cyril Roelandt 2018-12-03 13:00:13 +01:00
parent b9d2c08e8d
commit f98d5d16ff
1 changed files with 5 additions and 0 deletions

View File

@ -43,15 +43,18 @@ commands =
test/unit/cli/test_ringbuilder.py \
test/unit/cli/test_ringcomposer.py \
test/unit/common/middleware/crypto \
test/unit/common/middleware/test_acl.py \
test/unit/common/middleware/test_catch_errors.py \
test/unit/common/middleware/test_crossdomain.py \
test/unit/common/middleware/test_domain_remap.py \
test/unit/common/middleware/test_gatekeeper.py \
test/unit/common/middleware/test_healthcheck.py \
test/unit/common/middleware/test_keystoneauth.py \
test/unit/common/middleware/test_list_endpoints.py \
test/unit/common/middleware/test_listing_formats.py \
test/unit/common/middleware/test_memcache.py \
test/unit/common/middleware/test_proxy_logging.py \
test/unit/common/middleware/test_subrequest_logging.py \
test/unit/common/middleware/test_tempauth.py \
test/unit/common/ring \
test/unit/common/test_base_storage_server.py \
@ -73,7 +76,9 @@ commands =
test/unit/common/test_swob.py \
test/unit/common/test_utils.py \
test/unit/common/test_wsgi.py \
test/unit/container/test_auditor.py \
test/unit/container/test_replicator.py \
test/unit/container/test_sync_store.py \
test/unit/proxy/controllers/test_info.py}
[testenv:py36]