Skip to content

Commit

Permalink
Merge pull request #922 from mimiframework/testitem
Browse files Browse the repository at this point in the history
Use @testitem
  • Loading branch information
davidanthoff authored Sep 19, 2022
2 parents 9892def + eca7171 commit a5ccf8d
Show file tree
Hide file tree
Showing 54 changed files with 6,282 additions and 6,572 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"

[targets]
test = ["Pkg", "Statistics", "NamedArrays", "ExcelFiles", "ExcelReaders", "DelimitedFiles", "Documenter", "Random", "Test", "ZipFile", "MacroTools", "Query"]
test = ["TestItemRunner", "Pkg", "Statistics", "NamedArrays", "ExcelFiles", "ExcelReaders", "DelimitedFiles", "Documenter", "Random", "Test", "ZipFile", "MacroTools", "Query"]
7 changes: 7 additions & 0 deletions src/explorer/explore.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ export save

global app = nothing

function close_explore_app()
if !isnothing(app)
close(app)
global app = nothing
end
end

#include functions and modules
include("getdataparts.jl")
include("buildspecs.jl")
Expand Down
32 changes: 0 additions & 32 deletions test/mcs/runtests.jl

This file was deleted.

Loading

0 comments on commit a5ccf8d

Please sign in to comment.