using Test
using KM3Aux
@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