oscar-system / ComAlg.jl

A first attempt at a commutative algebra package for Oscar.
Other
0 stars 4 forks source link

Test failure #7

Open rbehrends opened 5 years ago

rbehrends commented 5 years ago

Running Pkg.test("Oscar") fails with:

ERROR: LoadError: UndefVarError: Test not defined

This appears to happen because of using Base.Test instead of using Test, the former of which does not seem to work for recent versions of Julia.

wbhart commented 5 years ago

That sounds correct. Feel free to submit a PR.