(installed_environment)
| 265 | |
| 266 | |
| 267 | def 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 | |
| 273 | def test_health_check_after_downgrade(installed_environment): |
nothing calls this directly
no test coverage detected