Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

Write pytest tests for all functions #95

Open
nrweir opened this issue Nov 27, 2018 · 0 comments
Open

Write pytest tests for all functions #95

nrweir opened this issue Nov 27, 2018 · 0 comments

Comments

@nrweir
Copy link
Collaborator

nrweir commented Nov 27, 2018

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:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant