summaryrefslogtreecommitdiff
path: root/.unittests
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2019-10-09 21:05:47 -0700
committerTim Burke <tim.burke@gmail.com>2019-11-06 03:48:02 +0000
commit1eda8f9f3eac55953b3d54e32754e2ec312ab348 (patch)
treea60d70e87ff3bf280464e4c6808648ac35d43160 /.unittests
parent9527d0497f19487114e158de6387fb5483cf3182 (diff)
downloadpython-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 '.unittests')
-rwxr-xr-x.unittests2
1 files changed, 1 insertions, 1 deletions
diff --git a/.unittests b/.unittests
index 5d935b1..3a7ffe9 100755
--- a/.unittests
+++ b/.unittests
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
-python setup.py testr --coverage --testr-args="tests.unit"
+python setup.py testr --coverage --testr-args="test.unit"
RET=$?
coverage report -m
rm -f .coverage