| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Done via: $ mkdir -p translate/google/cloud $ cp google/__init__.py translate/google/__init__.py $ git add translate/google/__init__.py $ cp google/cloud/__init__.py translate/google/cloud/__init__.py $ git add translate/google/cloud/__init__.py $ git mv google/cloud/translate translate/google/cloud/translate $ git mv unit_tests/translate translate/unit_tests
- Adding README, setup.py, MANIFEST.in, .coveragerc and tox.ini
- Adding google-cloud-translate as a dependency to the umbrella
package
- Adding the translate subdirectory into the list of packages
for verifying the docs
- Incorporating the translate subdirectory into the umbrella
coverage report
- Adding the translate only tox tests to the Travis config
- Adding {toxinidir}/../core as a dependency for the translate
tox config
|
Rebased after #2433. Green build |
Sorry, something went wrong.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
| 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-translate-subpackage ../hotfix official/master python make_commits.py \ --git-root "${PROJECT_DIR}/../hotfix" \ --package translate \ --package-name "Google Translate" \ --readme "${READMES_DIR}/translate/README.rst"