You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For mozilla/fx-private-relay#1809, I wanted to enable code only if we're not running pytest. There's one way to do it, and a quick way (if "pytest" in sys.modules). Because markus imports pytest early (added for #73), the quick method doesn't work.
I think I can make this work by adding a pytest plugin.
The text was updated successfully, but these errors were encountered:
For mozilla/fx-private-relay#1809, I wanted to enable code only if we're not running pytest. There's one way to do it, and a quick way (
if "pytest" in sys.modules
). Because markus imports pytest early (added for #73), the quick method doesn't work.I think I can make this work by adding a pytest plugin.
The text was updated successfully, but these errors were encountered: