JuliaStats / Distributions.jl

A Julia package for probability distributions and associated functions.
Other
1.08k stars 410 forks source link

Move test utilities to an extension #1791

Closed devmotion closed 8 months ago

devmotion commented 8 months ago

This PR moves the test utilities to an extension to make Test an optional dependency on Julia >= 1.9, in the same way as done e.g. for AbstractFFTs.

codecov-commenter commented 8 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Files Coverage Δ
src/Distributions.jl 100.00% <ø> (ø)
src/test_utils.jl 100.00% <100.00%> (+3.22%) :arrow_up:
ext/DistributionsTestExt.jl 96.77% <96.77%> (ø)

... and 11 files with indirect coverage changes

:loudspeaker: Thoughts on this report? Let us know!.

devmotion commented 8 months ago

The test failures on Julia nightly are the same as on the master branch.