JuliaDocs / DocumenterTools.jl

Extra tools for setting up Documenter
Other
30 stars 19 forks source link

tests: run outdated warning test in a temporary directory #72

Closed mortenpi closed 1 year ago

mortenpi commented 1 year ago

If the tests are run on a Pkg.add-ed package, these tests will fail because the files are generally read-only. So for good measure, let's copy everything to a temporary directory, and also update their permissions.

This should allow the package to also pass PkgEval where it is currently failing due to this.