Skip to content

Commit

Permalink
clean names of test modules, add testsets
Browse files Browse the repository at this point in the history
  • Loading branch information
AldoGl committed May 6, 2024
1 parent aab9040 commit 6179ac8
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 11 deletions.
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.
28 changes: 17 additions & 11 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
using BeforeIT, Test

#utils
@time include("utils/test_epsilon.jl")
include("utils/positive.jl")
@time include("utils/test_randpl.jl")
@time include("utils/test_nfvar3_and_estimate.jl")
@testset "test utils" begin
include("utils/epsilon.jl")
include("utils/positive.jl")
include("utils/randpl.jl")
include("utils/nfvar3_and_estimate.jl")
include("utils/estimations.jl")
end


# one epoch
@time include("model_init/test_initialise_model.jl")
@time include("test_one_epoch.jl")
@time include("utils/test_estimations.jl")
@testset "test one epoch" begin
include("model_init/initialise_model.jl")
include("one_epoch.jl")
include("markets/search_and_matching.jl")
end


# search_and_matching
@time include("markets/test_search_and_matching_mod.jl")
#@time include("test_search_and_matching_seed_stability.jl")
# search_and_matching_seed_stability
#@time include("search_and_matching_seed_stability.jl")

# agent_actions
@testset "test agent actions" begin
Expand All @@ -24,7 +30,7 @@ include("utils/positive.jl")
end

# accounting identities
@time include("test_accounting_identities.jl")
include("accounting_identities.jl")

# shock tests
include("shocks/shocks.jl")
Expand Down
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 6179ac8

Please sign in to comment.