Skip to content

Commit b9689c8

Browse files
matinclaude
andcommitted
Add pragma no cover to recording-only branch in conftest
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent adfa26b commit b9689c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def authed_client(
7878
client = Client()
7979
recording = os.environ.get("GARTH_RECORD_CASSETTES") == "true"
8080
garth_home = os.environ.get("GARTH_RECORD_CASSETTES_HOME")
81-
if recording and garth_home:
81+
if recording and garth_home: # pragma: no cover
8282
client.load(garth_home)
8383
else:
8484
client.configure(oauth1_token=oauth1_token, oauth2_token=oauth2_token)

0 commit comments

Comments
 (0)