8c18cecf15a8935d8bf712edcc91ac05daf2176e,appengine/standard/noxfile-template.py,,,#,26

Before Change


// 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)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 6

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: LCAV/pyroomacoustics
Commit Name: 1b557b0d8af92b652abc9899bc5ee39cc94fee4b
Time: 2017-06-21
Author: fakufaku@gmail.com
File Name: setup.py
Class Name:
Method Name:


Project Name: kbardool/keras-frcnn
Commit Name: 1427fdcab8d2a20a9181e3eb391c01b8da225761
Time: 2020-03-25
Author: s0535440@htw-berlin.de
File Name: measure_map.py
Class Name:
Method Name: