Skip to content

Commit

Permalink
Reactivated the other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JulStraus committed Nov 27, 2024
1 parent 29fe0d5 commit 90dd1e3
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@ const EMRP = EnergyModelsRenewableProducers
@testset "RenewableProducers" begin
include("utils.jl")

# @testset "RP | Non-dispatchable renewable energy source" begin
# include("test_nondisres.jl")
# end
@testset "RP | Non-dispatchable renewable energy source" begin
include("test_nondisres.jl")
end

# @testset "RP | Hydropower" begin
# include("test_hydro.jl")
# end
@testset "RP | Hydropower" begin
include("test_hydro.jl")
end

# @testset "RP | Detailed hydropower" begin
# include("test_detailed_hydro.jl")
# end
@testset "RP | Detailed hydropower" begin
include("test_detailed_hydro.jl")
end

@testset "RP | Battery storage" begin
include("test_battery.jl")
end

# @testset "RP | examples" begin
# include("test_examples.jl")
# end
@testset "RP | examples" begin
include("test_examples.jl")
end

# redirect_stdio(stdout=devnull, stderr=devnull) do
# @testset "RP | constructors" begin
# include("test_constructors.jl")
# end
# end
redirect_stdio(stdout=devnull, stderr=devnull) do
@testset "RP | constructors" begin
include("test_constructors.jl")
end
end
end

0 comments on commit 90dd1e3

Please sign in to comment.