climate_indices
climate_indices copied to clipboard
Implement a test using Hypothesis, as proof of concept and template for further work
In order to provide more/better code coverage, we should investigate using Hypothesis for property-based testing.
- [ ] Create a single test (perhaps transform/fit values to gamma distribution) using the Hypothesis library
- [ ] Report how much if any additional coverage this provides as shown by as associated Coveralls report
(related to #45)