Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Add a new case to test it
Browse files Browse the repository at this point in the history
Sarrabah committed May 4, 2024
1 parent 86fb88e commit 8b4b803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/test_geo_fr.py
Original file line number Diff line number Diff line change
@@ -83,9 +83,9 @@ def test_departement():

def test_latitude_l93():
assert LatitudeL93.is_valid(44.2)
# À vérifier
assert LatitudeL93.is_valid(42)
assert LatitudeL93.is_valid(43)
assert not LatitudeL93.is_valid(55)
assert not LatitudeL93.is_valid(-20)


def test_numero_departement():

0 comments on commit 8b4b803

Please sign in to comment.