MCPcopy
hub / github.com/pre-commit/pre-commit / test_health_check_healthy

Function test_health_check_healthy

tests/languages/r_test.py:267–270  ·  view source on GitHub ↗
(installed_environment)

Source from the content-addressed store, hash-verified

265
266
267def test_health_check_healthy(installed_environment):
268 # should be healthy right after creation
269 prefix, _ = installed_environment
270 assert r.health_check(prefix, C.DEFAULT) is None
271
272
273def test_health_check_after_downgrade(installed_environment):

Callers

nothing calls this directly

Calls 1

health_checkMethod · 0.80

Tested by

no test coverage detected