tests/test-url.py
changeset 14076 924c82157d46
parent 13848 b2798c1defff
child 14204 5fa21960b2f4
equal deleted inserted replaced
14075:bc101902a68d 14076:924c82157d46
    51 
    51 
    52 import doctest
    52 import doctest
    53 
    53 
    54 def test_url():
    54 def test_url():
    55     """
    55     """
    56     >>> from mercurial.url import url
    56     >>> from mercurial.util import url
    57 
    57 
    58     This tests for edge cases in url.URL's parsing algorithm. Most of
    58     This tests for edge cases in url.URL's parsing algorithm. Most of
    59     these aren't useful for documentation purposes, so they aren't
    59     these aren't useful for documentation purposes, so they aren't
    60     part of the class's doc tests.
    60     part of the class's doc tests.
    61 
    61