| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Done via: $ mkdir -p speech/google/cloud $ cp google/__init__.py speech/google/__init__.py $ git add speech/google/__init__.py $ cp google/cloud/__init__.py speech/google/cloud/__init__.py $ git add speech/google/cloud/__init__.py $ git mv google/cloud/speech speech/google/cloud/speech $ git mv unit_tests/speech speech/unit_tests
- Adding README, setup.py, MANIFEST.in, .coveragerc and tox.ini
- Adding google-cloud-speech as a dependency to the umbrella
package
- Adding the speech subdirectory into the list of packages
for verifying the docs
- Incorporating the speech subdirectory into the umbrella
coverage report
- Adding the speech only tox tests to the Travis config
- Adding {toxinidir}/../core as a dependency for the speech
tox config
Done via: $ git grep -l 'unit_tests.speech._fixtures' | > xargs sed -i s/'unit_tests.speech._fixtures'/'unit_tests._fixtures'/g
This is because the implementation is not complete.
|
Rebased after #2432. Had a Green build but I can't merge this because after it's over, the google/ and unit_tests/ directories are empty, which makes the umbrella tox -e py${VERSION}$ tests fail. |
Sorry, something went wrong.
Skip all blob tests Fixes #<481790217> 🦕
| Back | FazBrowse Home | New Git URL |
This PR was created via: https://gist.github.com/dhermes/e239691aa584bd56a5352e34aad27cf3
export PROJECT_DIR="${HOME}/google-cloud-python" export READMES_DIR="${HOME}/i-wrote-some-readmes-for-2357" cd ${PROJECT_DIR} git worktree add -b make-speech-subpackage ../hotfix official/master python make_commits.py \ --git-root "${PROJECT_DIR}/../hotfix" \ --package speech \ --package-name "Google Cloud Speech" \ --readme "${READMES_DIR}/speech/README.rst"Last two commits written by hand. Final commit takes it out of the umbrella package since the implementation isn't complete.
FYI @daspecster this will have implications on open PRs.