Ejemplo n.º 1
0
def test_check_latitude_longitude():
    assert check.check_latitude_longitude("0.0,0.0")
Ejemplo n.º 2
0
def test_check_latitude_longitude_chars():
    assert not check.check_latitude_longitude("foo,bar")
Ejemplo n.º 3
0
def test_check_latitude_longitude_chars():
    assert not check.check_latitude_longitude("foo,bar")
Ejemplo n.º 4
0
def test_check_latitude_longitude():
    assert check.check_latitude_longitude("0.0,0.0")