pytest.mark.skipif(
os.environ.get("PASSWORD") is None, reason="PASSWORD env var required"
)
| 1 | import datetime |
| 2 | import ssl |
| 3 | import time |
| 4 | from unittest import mock |
nothing calls this directly
no outgoing calls
no test coverage detected