Home / Function/ test_DIGESTAUTH_QUOTES_QOP_VALUE() — requests Function Reference

test_DIGESTAUTH_QUOTES_QOP_VALUE() — requests Function Reference

Architecture documentation for the test_DIGESTAUTH_QUOTES_QOP_VALUE() function in test_requests.py from the requests codebase.

Entity Profile

Dependency Diagram

graph TD
  974601d0_abee_2f4f_6312_499d35f3ced3["test_DIGESTAUTH_QUOTES_QOP_VALUE()"]
  22b80b19_26d4_cd0e_c476_3edf87b3df14["TestRequests"]
  974601d0_abee_2f4f_6312_499d35f3ced3 -->|defined in| 22b80b19_26d4_cd0e_c476_3edf87b3df14
  style 974601d0_abee_2f4f_6312_499d35f3ced3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

tests/test_requests.py lines 802–808

    def test_DIGESTAUTH_QUOTES_QOP_VALUE(self, httpbin):
        for authtype in self.digest_auth_algo:
            auth = HTTPDigestAuth("user", "pass")
            url = httpbin("digest-auth", "auth", "user", "pass", authtype)

            r = requests.get(url, auth=auth)
            assert '"auth"' in r.request.headers["Authorization"]

Domain

Subdomains

Frequently Asked Questions

What does test_DIGESTAUTH_QUOTES_QOP_VALUE() do?
test_DIGESTAUTH_QUOTES_QOP_VALUE() is a function in the requests codebase, defined in tests/test_requests.py.
Where is test_DIGESTAUTH_QUOTES_QOP_VALUE() defined?
test_DIGESTAUTH_QUOTES_QOP_VALUE() is defined in tests/test_requests.py at line 802.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free