Skip to content

Commit

Permalink
Test Plots and LegendHDF5IO extension loading
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Aug 7, 2024
1 parent 9f78927 commit e0dca10
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
2 changes: 2 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LegendHDF5IO = "c9265ca6-b027-5446-b1a4-febfa8dd10b0"
LegendTestData = "33d6da08-6349-5f7c-b5a4-6ff4d8795aaf"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PropDicts = "4dc08600-4268-439e-8673-d706fafbb426"
PropertyFunctions = "09e99361-2bb8-48a2-a80f-de58f0739eb4"
SolidStateDetectors = "71e43887-2bd9-5f77-aebd-47f656f0a3f0"
Expand Down
5 changes: 3 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ Test.@testset "Package LegendDataManagement" begin
include("test_ljl_expressions.jl")
include("test_lpy_expressions.jl")
include("test_dataprod_config.jl")
include("test_ext_ssd.jl")
include("test_lprops.jl")

include("test_ext_ssd.jl")
include("test_ext_plots.jl")
include("test_ext_legendhdf5io.jl")
include("test_docs.jl")
isempty(Test.detect_ambiguities(LegendDataManagement))
end # testset
9 changes: 9 additions & 0 deletions test/test_ext_legendhdf5io.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This file is a part of LegendDataManagement.jl, licensed under the MIT License (MIT).

using LegendDataManagement
using Test

import LegendHDF5IO

@testset "test_ext_legendhdf5io" begin
end
9 changes: 9 additions & 0 deletions test/test_ext_plots.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This file is a part of jl, licensed under the MIT License (MIT).

using LegendDataManagement
using Test

import Plots

@testset "test_ext_plots" begin
end

0 comments on commit e0dca10

Please sign in to comment.