(self)
| 406 | @profile_config("unit-python-run-only", register=False) |
| 407 | class RunOnlyConfig: |
| 408 | def build(self) -> RunOnlyProfile: |
| 409 | return RunOnlyProfile() |
| 410 | |
| 411 | with pytest.raises(ProfileConfigError, match="run/process/rprocess"): |
| 412 | build_profile(RunOnlyConfig()) |
no test coverage detected