示例#1
0
def test_location(fake_shell):
    req = VomsProxy(vo='some_vo')
    v = VomsProxyInfo(req)
    assert v.location == v.default_location() + ':' + 'some_vo'
示例#2
0
def test_default_location(fake_shell):
    v = VomsProxyInfo(VomsProxy())
    assert v.location == v.default_location()