5810701ca3a9fae4ef3baada2a137ee5a660353b,noxfile-template.py,,,#,25
Before Change
// DO NOT EDIT - automatically generated.
// All versions used to tested samples.
ALL_VERSIONS = ["2.7", "3.6", "3.7", "3.8"]
// Any default versions that should be ignored.
IGNORED_VERSIONS = ["2.7"]
TESTED_VERSIONS = sorted([v for v in ALL_VERSIONS if v not in IGNORED_VERSIONS])
//
// Style Checks
//
After Change
// with `noxfile_config.py`. Users will copy `noxfile_config.py` into
// their directory and modify it.
TEST_CONFIG = {
// You can opt out from the test for specific Python versions.
"ignored_versions": ["2.7"],
// Declare optional test sessions you want to opt-in. Currently we
// have the following optional test sessions:
// "cloud_run" // Test session for Cloud Run application.
"opt_in_sessions": [],
// 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": "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": {},
}
try:
// Ensure we can import noxfile_config in the project"s directory.
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 7
Instances
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: 5810701ca3a9fae4ef3baada2a137ee5a660353b
Time: 2020-05-15
Author: tmatsuo@google.com
File Name: noxfile-template.py
Class Name:
Method Name:
Project Name: EpistasisLab/tpot
Commit Name: f7324ed720f9e300984037127ca4615bbda94f17
Time: 2017-04-07
Author: weixuanf@mail.med.upenn.edu
File Name: tpot/gp_deap.py
Class Name:
Method Name: cxOnePoint
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: 5810701ca3a9fae4ef3baada2a137ee5a660353b
Time: 2020-05-15
Author: tmatsuo@google.com
File Name: noxfile-template.py
Class Name:
Method Name:
Project Name: GoogleCloudPlatform/python-docs-samples
Commit Name: 8c18cecf15a8935d8bf712edcc91ac05daf2176e
Time: 2020-06-16
Author: tmatsuo@google.com
File Name: appengine/standard/noxfile-template.py
Class Name:
Method Name: