def test_check_latitude_longitude(): assert check.check_latitude_longitude("0.0,0.0")
def test_check_latitude_longitude_chars(): assert not check.check_latitude_longitude("foo,bar")