pynsee icon indicating copy to clipboard operation
pynsee copied to clipboard

Fix mismatched exception types

Open tgrandje opened this issue 5 months ago • 2 comments

There was a mismatch of exception types in _request_insee.py (both RequestException and ValueError).

This PR uniformizes all exception and update tests accordingly (I encountered one test not appropriately set while working on the PR for tests' caching).

tgrandje avatar Aug 31 '24 08:08 tgrandje