8c18cecf15a8935d8bf712edcc91ac05daf2176e,appengine/standard/noxfile-template.py,,,#,26
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 = ["3.6", "3.7", "3.8"]
TESTED_VERSIONS = sorted([v for v in ALL_VERSIONS if v not in IGNORED_VERSIONS])
//
// Style Checks
//
After Change
sys.path.append(".")
from noxfile_config import TEST_CONFIG_OVERRIDE
except ImportError as e:
print("No user noxfile_config found: detail: {}".format(e))
TEST_CONFIG_OVERRIDE = {}
// Update the TEST_CONFIG with the user supplied values.
TEST_CONFIG.update(TEST_CONFIG_OVERRIDE)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 5
Instances 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:
Project Name: google/nucleus
Commit Name: 1f3dcd25bcbefcda72218a76f0cb609460bc9b98
Time: 2019-05-03
Author: no-reply@google.com
File Name: nucleus/examples/ascii_pileup.py
Class Name:
Method Name: main
Project Name: tensorflow/minigo
Commit Name: 68e099aff7200ffff5f2edbca98a924a47ef8384
Time: 2019-04-22
Author: sethtroisi@google.com
File Name: ratings/ratings.py
Class Name:
Method Name: main