Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing _testing mock modules. #2135

Merged
merged 1 commit into from
Aug 19, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions _testing/grpc/__init__.py

This file was deleted.

13 changes: 0 additions & 13 deletions _testing/grpc/_adapter/__init__.py

This file was deleted.

13 changes: 0 additions & 13 deletions _testing/grpc/_adapter/_c.py

This file was deleted.

13 changes: 0 additions & 13 deletions _testing/grpc/beta/__init__.py

This file was deleted.

13 changes: 0 additions & 13 deletions _testing/grpc/beta/implementations.py

This file was deleted.

13 changes: 0 additions & 13 deletions _testing/grpc/beta/interfaces.py

This file was deleted.

13 changes: 0 additions & 13 deletions _testing/grpc/early_adopter/__init__.py

This file was deleted.

13 changes: 0 additions & 13 deletions _testing/grpc/early_adopter/implementations.py

This file was deleted.

13 changes: 0 additions & 13 deletions _testing/grpc/framework/__init__.py

This file was deleted.

13 changes: 0 additions & 13 deletions _testing/grpc/framework/alpha/__init__.py

This file was deleted.

13 changes: 0 additions & 13 deletions _testing/grpc/framework/alpha/utilities.py

This file was deleted.

13 changes: 0 additions & 13 deletions _testing/grpc/framework/common/__init__.py

This file was deleted.

13 changes: 0 additions & 13 deletions _testing/grpc/framework/common/cardinality.py

This file was deleted.

13 changes: 0 additions & 13 deletions _testing/grpc/framework/interfaces/__init__.py

This file was deleted.

13 changes: 0 additions & 13 deletions _testing/grpc/framework/interfaces/face/__init__.py

This file was deleted.

13 changes: 0 additions & 13 deletions _testing/grpc/framework/interfaces/face/face.py

This file was deleted.

13 changes: 0 additions & 13 deletions _testing/grpc/framework/interfaces/face/utilities.py

This file was deleted.

4 changes: 0 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@ environment:
PYTHON_VERSION: "3.4.4"
PYTHON_ARCH: "32"
# Use mocked-up GRPC for now
GRPC_PATH: "_testing"

- PYTHON: "C:\\Python34-x64"
PYTHON_VERSION: "3.4.4"
PYTHON_ARCH: "64"
# Use mocked-up GRPC for now
GRPC_PATH: "_testing"

# Python 3.5.1 is the latest Python 3.5 with a Windows installer
# Python 3.5.1 is the overall latest
Expand All @@ -46,13 +44,11 @@ environment:
PYTHON_VERSION: "3.5.1"
PYTHON_ARCH: "32"
# Use mocked-up GRPC for now
GRPC_PATH: "_testing"

- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.1"
PYTHON_ARCH: "64"
# Use mocked-up GRPC for now
GRPC_PATH: "_testing"

install:
- ECHO "Filesystem root:"
Expand Down
2 changes: 1 addition & 1 deletion scripts/update_json_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e

function buildDocs () {
echo "Building JSON documentation..."
PYTHONPATH=_testing python scripts/generate_json_docs.py --tag ${1}
python scripts/generate_json_docs.py --tag ${1}

This comment was marked as spam.

This comment was marked as spam.

echo "Done building JSON documentation."
}

Expand Down
4 changes: 0 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ passenv =
GH_OWNER
GH_OAUTH_TOKEN
GH_PROJECT_NAME
setenv =
PYTHONPATH = {toxinidir}/_testing

[testenv:docs-rtd]
basepython = {[testenv:docs]basepython}
Expand All @@ -106,7 +104,6 @@ deps =
{[testing]deps}
{[docs]deps}
setenv =
PYTHONPATH = {toxinidir}/_testing
LOCAL_RTD = True
passenv = {[testenv:docs]passenv}

Expand Down Expand Up @@ -146,7 +143,6 @@ basepython =
commands =
python {toxinidir}/system_tests/run_emulator.py --package=datastore
setenv =
PYTHONPATH = {toxinidir}/_testing
GCLOUD_NO_PRINT=true
deps =
{[testenv]deps}
Expand Down