quantopian / empyrical

Common financial risk and performance metrics. Used by zipline and pyfolio.
https://quantopian.github.io/empyrical
Apache License 2.0
1.31k stars 406 forks source link

Use Hypothesis for testing #14

Open analicia opened 8 years ago

analicia commented 8 years ago

http://hypothesis.works/

Current testing is limited to cases devised by author. Including hypothesis will help find cases where functions do not work correctly.