示例#1
0
def test_check_latitude_longitude():
    assert check.check_latitude_longitude("0.0,0.0")
示例#2
0
def test_check_latitude_longitude_chars():
    assert not check.check_latitude_longitude("foo,bar")
示例#3
0
def test_check_latitude_longitude_chars():
    assert not check.check_latitude_longitude("foo,bar")
示例#4
0
def test_check_latitude_longitude():
    assert check.check_latitude_longitude("0.0,0.0")