diff options
author | Tim Burke <tim.burke@gmail.com> | 2019-10-09 21:05:47 -0700 |
---|---|---|
committer | Tim Burke <tim.burke@gmail.com> | 2019-11-06 03:48:02 +0000 |
commit | 1eda8f9f3eac55953b3d54e32754e2ec312ab348 (patch) | |
tree | a60d70e87ff3bf280464e4c6808648ac35d43160 /tox.ini | |
parent | 9527d0497f19487114e158de6387fb5483cf3182 (diff) | |
download | python-swiftclient-1eda8f9f3eac55953b3d54e32754e2ec312ab348.tar.gz |
Rename "tests" directory to be "test" like in the swift repo
In addition to being less confusing for devs, this lets us actually run
tempauth tests in swiftclient dsvm jobs.
The job definition (over in the swift repo) specifies test/sample.conf,
which does not exist in this repo. As a result, those tests would skip
with
SKIPPING FUNCTIONAL TESTS DUE TO NO CONFIG
Change-Id: I558dbf9a657d442e6e19468e543bbec855129eeb
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ passenv = SWIFT_* *_proxy [testenv:pep8] basepython = python3 commands = - python -m flake8 swiftclient tests + python -m flake8 swiftclient test [testenv:venv] basepython = python3 @@ -44,7 +44,7 @@ commands = [testenv:func] basepython = python3 setenv = - OS_TEST_PATH=tests.functional + OS_TEST_PATH=test.functional PYTHON=coverage run --source swiftclient --parallel-mode whitelist_externals = coverage |