Skip to content

Commit

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

#utils
@time include("utils/test_epsilon.jl")
include("utils/epsilon.jl")
include("utils/positive.jl")
@time include("utils/test_randpl.jl")
@time include("utils/test_nfvar3_and_estimate.jl")
include("utils/randpl.jl")
include("utils/nfvar3_and_estimate.jl")

# one epoch
@time include("model_init/test_initialise_model.jl")
@time include("test_one_epoch.jl")
@time include("utils/test_estimations.jl")
include("model_init/initialise_model.jl")
include("one_epoch.jl")
include("utils/estimations.jl")

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

# agent_actions
@testset "test agent actions" begin
Expand All @@ -24,7 +24,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 9fc8148

Please sign in to comment.