This repository was archived by the owner on Dec 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
ci: update test configuration #129
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
f787a04
update test configuration
ikuleshov 79093d1
remove custom noxfile configs for now
parthea 8f1f957
remove MaximumUserAccess rom sample
parthea b674e0d
add comment in noxfile_config.py
parthea de94a95
run blacken session
parthea 761d8aa
lint
parthea ee91693
add pytest
parthea 6cfcf4f
Merge branch 'main' into master
parthea f12b2b1
Merge branch 'main' into master
ikuleshov 7a7c6d2
Update noxfile_config.py
ikuleshov 9366fdc
Update noxfile_config.py
ikuleshov a3e4f17
Merge remote-tracking branch 'upstream/main'
ikuleshov 7de1885
Merge remote-tracking branch 'origin/master'
ikuleshov a88d15e
delete enhanced measurement settings samples as this functionality is…
ikuleshov e76ba96
fix the samples tests
ikuleshov 3836b72
do not use the `maximum_user_access` field and `update` operation in …
ikuleshov d235358
use `creator_email_address` instead of `email_address` field in prope…
ikuleshov d5b923a
fix the samples test
ikuleshov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,23 +1,19 @@ | ||
| TEST_CONFIG_OVERRIDE = { | ||
| # You can opt out from the test for specific Python versions. | ||
| "ignored_versions": ["2.7"], | ||
| # Old samples are opted out of enforcing Python type hints | ||
| # All new samples should feature them | ||
| "enforce_type_hints": True, | ||
parthea marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| # An envvar key for determining the project id to use. Change it | ||
| # to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a | ||
| # build specific Cloud project. You can also use your own string | ||
| # to use your own Cloud project. | ||
| "gcloud_project_env": "GOOGLE_CLOUD_PROJECT", | ||
| "gcloud_project_env": "BUILD_SPECIFIC_GCLOUD_PROJECT", | ||
| # 'gcloud_project_env': 'BUILD_SPECIFIC_GCLOUD_PROJECT', | ||
| # A dictionary you want to inject into your test. Don't put any | ||
| # secrets here. These values will override predefined values. | ||
| "envs": { | ||
| "GA_TEST_PROPERTY_ID": "222596558", | ||
| "GA_TEST_ACCOUNT_ID": "123", | ||
| "GA_TEST_USER_LINK_ID": "123", | ||
| "GA_TEST_ANDROID_APP_DATA_STREAM_ID": "123", | ||
| "GA_TEST_IOS_APP_DATA_STREAM_ID": "123", | ||
| "GA_TEST_WEB_DATA_STREAM_ID": "123", | ||
| "GA_TEST_PROPERTY_ID": "276206997", | ||
| "GA_TEST_ACCOUNT_ID": "199820965", | ||
| "GA_TEST_USER_LINK_ID": "103401743041912607932", | ||
| "GA_TEST_PROPERTY_USER_LINK_ID": "105231969274497648555", | ||
| "GA_TEST_ANDROID_APP_DATA_STREAM_ID": "2828100949", | ||
| "GA_TEST_IOS_APP_DATA_STREAM_ID": "2828089289", | ||
| "GA_TEST_WEB_DATA_STREAM_ID": "2828068992", | ||
| }, | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
79 changes: 0 additions & 79 deletions
79
samples/properties_web_data_streams_get_enhanced_measurement_settings.py
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
samples/properties_web_data_streams_get_enhanced_measurement_settings_test.py
This file was deleted.
Oops, something went wrong.
73 changes: 0 additions & 73 deletions
73
samples/properties_web_data_streams_update_enhanced_measurement_settings.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.