jabbapylib.web.web.check_url

Here are the examples of the python api jabbapylib.web.web.check_url taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: jabbapylib Source File: test_web.py
Function: test_check_url
def test_check_url():
    assert web.check_url('http://www.google.com')    # exists
    assert not web.check_url('http://simile.mit.edu/crowbar/nothing_here.html')    # doesn't exist