You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.
Write pytest tests for all functions in the module
This is marked as hard not due to the intrinsic difficulty, but due to the amount of thought that will need to go into identifying all possible edge cases that could interfere with each function's performance. For example, if a function reads in a geojson-formatted file, can it handle an empty geojson (which throws an error in gdal/fiona)?
One could start by writing tests to cover the "normal operation" cases to ensure functions perform as expected.
Write pytest tests for all functions in the module
This is marked as hard not due to the intrinsic difficulty, but due to the amount of thought that will need to go into identifying all possible edge cases that could interfere with each function's performance. For example, if a function reads in a geojson-formatted file, can it handle an empty geojson (which throws an error in gdal/fiona)?
One could start by writing tests to cover the "normal operation" cases to ensure functions perform as expected.
Useful references to get started:
The text was updated successfully, but these errors were encountered: