Skip to content

Commit a3c6401

Browse files
Add new tests to runtests.jl
1 parent e7b01cc commit a3c6401

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ function main()
2828
# Check jet constituents
2929
include("test-constituents.jl")
3030

31+
# Check jet selectors to different jet types
32+
include("test-jet-selectors.jl")
33+
3134
# Suppress these tests for now, as the examples Project.toml is rather heavy
3235
# because of the GLMakie dependency, plus on a CI there is no GL subsystem,
3336
# so things fail. The examples should be restructured to have a cleaner set

test/test-jet-selectors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function test_jet_equality(ref, test)
2626
end
2727

2828

29-
@testset "Jet selections" begin
29+
@testset "Jet selections to types" begin
3030
pp_event = first(JetReconstruction.read_final_state_particles(events_file_pp; maxevents=1))
3131
ee_event = first(JetReconstruction.read_final_state_particles(events_file_ee; maxevents=1))
3232

0 commit comments

Comments
 (0)