[svn r37864] Add a (failing) test about version URL available
--HG-- branch : trunk
This commit is contained in:
parent
0eb8d103b1
commit
4db6f4144a
|
@ -239,3 +239,9 @@ class TestRealModule:
|
|||
##def test_help():
|
||||
# help(std.path)
|
||||
# #assert False
|
||||
|
||||
def test_url_of_version():
|
||||
py.test.skip("FAILING!")
|
||||
from urllib import URLopener
|
||||
URLopener().open(py.__package__.download_url)
|
||||
|
||||
|
|
Loading…
Reference in New Issue