Skip to content

Commit 537663d

Browse files
authored
Move testbench to its own directory. (#1191)
Preparing to split the program into multiple modules, part of the work for #1187.
1 parent ad0601f commit 537663d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ cmake-build-*/
1616
# This is a staging directory used to upload the documents to gihub.io
1717
github-io-staging/
1818

19-
google/cloud/storage/tests/__pycache__/
20-
google/cloud/storage/tests/testbench.pyc
19+
google/cloud/storage/testbench/__pycache__/
20+
google/cloud/storage/testbench/testbench.pyc
File renamed without changes.

google/cloud/storage/tools/run_testbench_utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ start_testbench() {
8282
gunicorn --bind 0.0.0.0:${PORT} \
8383
--worker-class gevent \
8484
--access-logfile - \
85-
--pythonpath "${PROJECT_ROOT}/google/cloud/storage/tests" \
85+
--pythonpath "${PROJECT_ROOT}/google/cloud/storage/testbench" \
8686
testbench:application \
8787
>testbench.log 2>&1 </dev/null &
8888
TESTBENCH_PID=$!

0 commit comments

Comments
 (0)