djnavarro / caladown

R package designed to work with the "calade" theme for Hugo
https://caladown.djnavarro.net
Other
26 stars 7 forks source link

Unit tests should work even though slumdown package is not a blog #2

Closed djnavarro closed 5 years ago

djnavarro commented 5 years ago

Currently any unit test fails because check_slumdown() correctly throws an error. Tests should perhaps be run in a temporary directory

djnavarro commented 5 years ago

Suggested solution

Pros:

Cons:

djnavarro commented 5 years ago

Fixed by including local cache in inst/extdata but having separate functions for remote install and local install of the hugo-slum theme. Unit tests rely on local install to temp directory; additionally there is one test that checks that remote and local produce the same results