Skip to content

Commit

Permalink
Test: add dictionary tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickm663 committed Jan 23, 2024
1 parent 4454420 commit 5ccf5cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/get_dicts.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@testset "Check dictionaries" begin
@test !isempty(get_countries())
@test !isempty(get_tables())
end
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ using HMD
using Test

include("load_data.jl")
include("get_dicts.jl")

0 comments on commit 5ccf5cd

Please sign in to comment.