Run Black+Flake8 on project
This commit is contained in:
committed by
Seth Michael Larson
parent
3a89b7bd01
commit
210fae23d0
@@ -24,7 +24,13 @@ PARAMS_RENAMES = {"type": "doc_type", "from": "from_"}
|
||||
CATCH_CODES = {"missing": 404, "conflict": 409, "unauthorized": 401}
|
||||
|
||||
# test features we have implemented
|
||||
IMPLEMENTED_FEATURES = {"gtelte", "stash_in_path", "headers", "catch_unauthorized", "default_shards"}
|
||||
IMPLEMENTED_FEATURES = {
|
||||
"gtelte",
|
||||
"stash_in_path",
|
||||
"headers",
|
||||
"catch_unauthorized",
|
||||
"default_shards",
|
||||
}
|
||||
|
||||
# broken YAML tests on some releases
|
||||
SKIP_TESTS = {
|
||||
@@ -35,7 +41,7 @@ SKIP_TESTS = {
|
||||
"TestScripts20GetScriptContext",
|
||||
"TestScripts25GetScriptLanguages",
|
||||
# Disallowing expensive queries is 7.7+
|
||||
"TestSearch320DisallowQueries"
|
||||
"TestSearch320DisallowQueries",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user