mirror of https://github.com/flaggo/pydu.git
improve test for compat
This commit is contained in:
parent
20f09b56d5
commit
3e8c50effd
|
@ -46,8 +46,8 @@ def test_types():
|
|||
assert isinstance(2**50, numeric_types)
|
||||
|
||||
|
||||
def test_urljoin():
|
||||
from pydu.compat import urljoin
|
||||
def test_urlmisc():
|
||||
from pydu.compat import urljoin, ulib, urlparse
|
||||
|
||||
|
||||
def test_imap():
|
||||
|
|
Loading…
Reference in New Issue