bennn / mechanics

(in progress) Racket port of the SICM scmutils library
Other
33 stars 3 forks source link

Add tests for numerics/functions. #20

Open bennn opened 9 years ago

bennn commented 9 years ago

To view coverage reports:

Coverage is based on which S-expressions get run when the file is tested. These numbers ignore submodules.

Here's an example. Clicking a filename opens a colored copy of the code. screen shot 2015-10-09 at 9 32 33 pm

bkc39 commented 9 years ago

I say we go for 95% coverage. Thoughts?

bkc39 commented 9 years ago

21 got the baseline done for this. We still need to increase coverage in elliptic and elliptic-flo, though. I'm waiting to finish the aliasing from #18 before proceeding because much of the bad coverage is due to the fact that many functions are aliased and not explicitly tested.