Skip to content

Commit

Permalink
Fix filenames in test to match JuMP convention
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo committed Oct 12, 2023
1 parent fbbe9e1 commit 038cd10
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 22 deletions.
46 changes: 24 additions & 22 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,28 @@ end
end

# Test GenX modules
@testset "Time domain reduction" begin
include("time_domain_reduction.jl")
end

@testset "PiecewiseFuel CO2" begin
include("PiecewiseFuel_CO2.jl")
end

@testset "VRE and storage" begin
include("VREStor.jl")
end

@testset "Electrolyzer" begin
include("electrolyzer.jl")
end

@testset "Method of Morris" begin
include("methodofmorris.jl")
end

@testset "Multi Stage" begin
include("multistage.jl")
@testset verbose=true "GenX modules" begin
@testset "Time domain reduction" begin
include("test_time_domain_reduction.jl")
end

@testset "PiecewiseFuel CO2" begin
include("test_piecewisefuel_CO2.jl")
end

@testset "VRE and storage" begin
include("test_VREStor.jl")
end

@testset "Electrolyzer" begin
include("test_electrolyzer.jl")
end

@testset "Method of Morris" begin
include("test_methodofmorris.jl")
end

@testset "Multi Stage" begin
include("test_multistage.jl")
end
end
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 038cd10

Please sign in to comment.