| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This is so that tests can run successfully on Windows. In addition, using generic integer types (from `six`) for `gcloud._helpers._millis_from_datetime` since it returns a `long` on Windows and `int` on Linux. Also monkey patching the GCE ID check in `test_ctor_w_dataset_id_no_environ` since some CI environments will give a "false positive" on that test.
|
LGTM |
Sorry, something went wrong.
Using custom named temporary file.
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* feat:adding emulator * apb_feature_bq_emulator_test * apb_feature_bq_emulator_variable_name_change * abecerrilsalas_feature_bq_emulator_typo_changes * feat:fixing var names and start of test * abecerrilsalas_feature_additional_tests * feat: testing update * feat: fixed failed lint test
| Back | FazBrowse Home | New Git URL |
This is so that tests can run successfully on Windows.
In addition, using generic integer types (from six) for gcloud._helpers._millis_from_datetime since it returns a long on Windows and int on Linux. Also monkey patching the GCE ID check in test_ctor_w_dataset_id_no_environ since some CI environments will give a "false positive" on that test.