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

Function erroneous_func

library/python/windows/ut/test_windows.py:28–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26def test_errorfix_buggy():
27 @library.python.windows.errorfix
28 def erroneous_func():
29 gen_error_access_denied()
30
31 with pytest.raises(OSError) as errinfo:
32 erroneous_func()

Callers 4

test_errorfix_buggyFunction · 0.70
test_errorfix_explicitFunction · 0.70
test_diehardFunction · 0.70

Calls 2

gen_error_access_deniedFunction · 0.70
appendMethod · 0.45

Tested by

no test coverage detected