JuliaCI / PackageEvaluator.jl

A tool to evaluate the quality of Julia packages.
http://pkg.julialang.org
MIT License
35 stars 32 forks source link

A couple of fixes for 0.7 #187

Closed ararslan closed 6 years ago

ararslan commented 6 years ago

This PR gets around a 0.7 failure for lowercase moving to the Unicode stdlib package, avoids a deprecation warning from versioninfo for every package tested on 0.7, and converts the tests here to use the testing framework rather than @asserts.