pynsee
pynsee copied to clipboard
Fix mismatched exception types
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).