jmert / AssociatedLegendrePolynomials.jl

A library for calculating the Associated Legendre polynomials
https://jmert.github.io/AssociatedLegendrePolynomials.jl/
MIT License
20 stars 2 forks source link

Rearrange testing functions #2

Closed jmert closed 4 years ago

jmert commented 4 years ago

Rearrange the single-file testing into a set of files with different focus. This is just to make further development a bit easier by more clearly delineating what is part of the public interface and what should be considered an implementation detail.

In reviewing, I think there are actually a few tests that are wrong or should be changed with some corresponding API changes, but those will be fixed in follow-up PRs.

codecov[bot] commented 4 years ago

Codecov Report

Merging #2 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #2   +/-   ##
=======================================
  Coverage   98.07%   98.07%           
=======================================
  Files          10       10           
  Lines         260      260           
=======================================
  Hits          255      255           
  Misses          5        5           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3273411...23eac66. Read the comment docs.