MCPcopy Create free account
hub / github.com/catboost/catboost / _consider_conftest

Function _consider_conftest

library/python/pytest/plugins/conftests.py:32–36  ·  view source on GitHub ↗
(pluginmanager, module, registration_name)

Source from the content-addressed store, hash-verified

30
31
32def _consider_conftest(pluginmanager, module, registration_name):
33 if six.PY3:
34 pluginmanager.consider_conftest(module, registration_name=registration_name)
35 else:
36 pluginmanager.consider_conftest(module)
37
38
39def _import_conftest(pluginmanager, module_name, proper_path):

Callers 2

_import_conftestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected