Skip to content

Commit

Permalink
Uncommented test sets for running and added todo for Generators
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCedarPrince committed Aug 11, 2022
1 parent 92041e7 commit 6aa2a04
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,19 @@ GenerateTables(sqlite_conn)
@testset "SQLite Getter Functions" begin
include("sqlite/getters.jl")
end
# @testset "SQLite Filter Functions" begin
# include("sqlite/filters.jl")
# end
@testset "SQLite Filter Functions" begin
include("sqlite/filters.jl")
end
#= TODO: Add Generator function testset
This set of tests needs a bit more scrutiny as there are some functions that need to be reviewed and most likely deprecated.
labels: tests, moderate
assignees: thecedarprince
=#
# @testset "SQLite Generator Functions" begin
# include("sqlite/generators.jl")
# end
# @testset "SQLite Executors Functions" begin
# include("sqlite/generators.jl")
# end
@testset "SQLite Executors Functions" begin
include("sqlite/executors.jl")
end

end


0 comments on commit 6aa2a04

Please sign in to comment.