JuliaStats / StatsKit.jl

Convenience meta-package to load essential packages for statistics
Other
139 stars 16 forks source link

Improve tests #28

Closed nalimilan closed 3 years ago

nalimilan commented 3 years ago

Running tests for each package separately isn't very useful as they run their tests already, and it hits timeout given how long this takes. What we would ideally do is run them in the same process after loading StatsKit, but that's currently not possible.

Testing that reexxported packages do not have conflicting identifiers seems more useful.

This depends on https://github.com/JuliaStats/StatsKit.jl/pull/27.