Home / Function/ test_invalid_unc_path() — requests Function Reference

test_invalid_unc_path() — requests Function Reference

Architecture documentation for the test_invalid_unc_path() function in test_utils.py from the requests codebase.

Entity Profile

Dependency Diagram

graph TD
  dfa91b30_9541_9df5_69ca_2597a60d99b5["test_invalid_unc_path()"]
  f07cd632_c107_10e3_2ac7_ed3a206fb72f["TestExtractZippedPaths"]
  dfa91b30_9541_9df5_69ca_2597a60d99b5 -->|defined in| f07cd632_c107_10e3_2ac7_ed3a206fb72f
  style dfa91b30_9541_9df5_69ca_2597a60d99b5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

tests/test_utils.py lines 358–360

    def test_invalid_unc_path(self):
        path = r"\\localhost\invalid\location"
        assert extract_zipped_paths(path) == path

Domain

Subdomains

Defined In

Frequently Asked Questions

What does test_invalid_unc_path() do?
test_invalid_unc_path() is a function in the requests codebase, defined in tests/test_utils.py.
Where is test_invalid_unc_path() defined?
test_invalid_unc_path() is defined in tests/test_utils.py at line 358.

Analyze Your Own Codebase

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

Try Supermodel Free