We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfa26b commit b9689c8Copy full SHA for b9689c8
tests/conftest.py
@@ -78,7 +78,7 @@ def authed_client(
78
client = Client()
79
recording = os.environ.get("GARTH_RECORD_CASSETTES") == "true"
80
garth_home = os.environ.get("GARTH_RECORD_CASSETTES_HOME")
81
- if recording and garth_home:
+ if recording and garth_home: # pragma: no cover
82
client.load(garth_home)
83
else:
84
client.configure(oauth1_token=oauth1_token, oauth2_token=oauth2_token)
0 commit comments