[svn r37864] Add a (failing) test about version URL available

--HG--
branch : trunk
This commit is contained in:
fijal 2007-02-03 13:25:20 +01:00
parent 0eb8d103b1
commit 4db6f4144a
1 changed files with 6 additions and 0 deletions

View File

@ -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)