Skip to content

Commit

Permalink
Don't rely on buggy pathof(...) behavior. (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored Oct 19, 2020
1 parent 09c8c05 commit e8f3b66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ using DocumenterTools
end

@testset "genkeys-deved" begin
using Pkg;
Pkg.develop("Example")
using Example
DocumenterTools.genkeys(Example)
using Pkg
Pkg.develop("DocumenterLaTeX")
using DocumenterLaTeX
DocumenterTools.genkeys(DocumenterLaTeX)
end


Expand Down

0 comments on commit e8f3b66

Please sign in to comment.