Skip to content

Commit

Permalink
cleanup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Ortner committed Sep 13, 2024
1 parent 27fdb2a commit 5c6b2cf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ using ACEpotentials, Test, LazyArtifacts

@testset "ACEpotentials.jl" begin

# core package functionality
@testset "Models" begin include("models/test_models.jl") end

# fitting tests
Expand All @@ -10,14 +11,11 @@ using ACEpotentials, Test, LazyArtifacts

# json interface tests
@testset "Test JSON interface" begin include("test_json.jl") end
@testset "Test IO" begin include("test_io.jl") end

# misc
# make sure miscellaneous and weird bugs
@testset "Weird bugs" begin include("test_bugs.jl") end


# TODO: bring FIO back cf Issue #217
# @testset "Test IO" begin include("test_io.jl") end

# experimental
# TODO move UF_ACE into ACEpotential properly
# @testset "UF_ACE" begin include("test_uface.jl") end
Expand Down

0 comments on commit 5c6b2cf

Please sign in to comment.