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
}
try:
// Ensure we can import noxfile_config in the project"s directory.
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)
def get_pytest_env_vars():
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 7
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: pgmpy/pgmpy
Commit Name: d690e06459ea9f71f8e246edbf88e7f4d7250bf5
Time: 2014-01-01
Author: ankurankan@gmail.com
File Name: src/BayesianModel/BayesianModel.py
Class Name: BayesianModel
Method Name: add_states
Project Name: mindsdb/mindsdb
Commit Name: 8f9a654acb01dd242c2a6b58c0f5e1a0bdb4bf71
Time: 2021-02-23
Author: george@cerebralab.com
File Name: mindsdb/utilities/functions.py
Class Name:
Method Name: get_all_models_meta_data