Skip to content

Commit b222b09

Browse files
committed
clean names of test modules
1 parent aab9040 commit b222b09

15 files changed

+9
-9
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/runtests.jl

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
using BeforeIT, Test
22

33
#utils
4-
@time include("utils/test_epsilon.jl")
4+
include("utils/epsilon.jl")
55
include("utils/positive.jl")
6-
@time include("utils/test_randpl.jl")
7-
@time include("utils/test_nfvar3_and_estimate.jl")
6+
include("utils/randpl.jl")
7+
include("utils/nfvar3_and_estimate.jl")
88

99
# one epoch
10-
@time include("model_init/test_initialise_model.jl")
11-
@time include("test_one_epoch.jl")
12-
@time include("utils/test_estimations.jl")
10+
include("model_init/initialise_model.jl")
11+
include("one_epoch.jl")
12+
include("utils/estimations.jl")
1313

1414
# search_and_matching
15-
@time include("markets/test_search_and_matching_mod.jl")
16-
#@time include("test_search_and_matching_seed_stability.jl")
15+
include("markets/search_and_matching.jl")
16+
#@time include("search_and_matching_seed_stability.jl")
1717

1818
# agent_actions
1919
@testset "test agent actions" begin
@@ -24,7 +24,7 @@ include("utils/positive.jl")
2424
end
2525

2626
# accounting identities
27-
@time include("test_accounting_identities.jl")
27+
include("accounting_identities.jl")
2828

2929
# shock tests
3030
include("shocks/shocks.jl")
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 commit comments

Comments
 (0)