(transport)
| 204 | |
| 205 | |
| 206 | def test_release_is_client_version(transport): |
| 207 | from system_config import system_config |
| 208 | |
| 209 | init_with_transport(transport) |
| 210 | assert sentry_sdk.get_client().options["release"] == system_config.client_version |
| 211 | |
| 212 | |
| 213 | def test_capture_crash_never_raises(monkeypatch): |
nothing calls this directly
no test coverage detected