Ejemplo n.º 1
0
def test_cannot_load_from_ftp():
    assert not HTTPBundleLoader.can_load_from(URLConfig('ftp://'))
Ejemplo n.º 2
0
def test_cannot_load_from_None():
    assert not HTTPBundleLoader.can_load_from(None)
Ejemplo n.º 3
0
def test_can_load_from_https():
    assert HTTPBundleLoader.can_load_from(URLConfig('https://'))