Skip to content
Snippets Groups Projects
runtests.jl 277 B
Newer Older
Tamas Gal's avatar
Tamas Gal committed
using Test
Tamas Gal's avatar
Tamas Gal committed
using KM3Aux
Tamas Gal's avatar
Tamas Gal committed

Tamas Gal's avatar
Tamas Gal committed
@testset "getfilepath" begin
    calibpath = joinpath(@__DIR__, "calibration")
    ENV["KM3AUX_CALIB_PATH"] = calibpath

    @test filepath(160, 19466, "pmt") == joinpath(calibpath, "00000160", "pmt", "_H_10.1.3", "00019465", "00019532", "10.txt")
end