We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0601f commit 537663dCopy full SHA for 537663d
3 files changed
.gitignore
@@ -16,5 +16,5 @@ cmake-build-*/
16
# This is a staging directory used to upload the documents to gihub.io
17
github-io-staging/
18
19
-google/cloud/storage/tests/__pycache__/
20
-google/cloud/storage/tests/testbench.pyc
+google/cloud/storage/testbench/__pycache__/
+google/cloud/storage/testbench/testbench.pyc
google/cloud/storage/tests/testbench.py …gle/cloud/storage/testbench/testbench.pygoogle/cloud/storage/tests/testbench.py renamed to google/cloud/storage/testbench/testbench.py
google/cloud/storage/tools/run_testbench_utils.sh
@@ -82,7 +82,7 @@ start_testbench() {
82
gunicorn --bind 0.0.0.0:${PORT} \
83
--worker-class gevent \
84
--access-logfile - \
85
- --pythonpath "${PROJECT_ROOT}/google/cloud/storage/tests" \
+ --pythonpath "${PROJECT_ROOT}/google/cloud/storage/testbench" \
86
testbench:application \
87
>testbench.log 2>&1 </dev/null &
88
TESTBENCH_PID=$!
0 commit comments