Skip to content

Add Generator function testset #17

Open
@github-actions

Description

@github-actions

This set of tests needs a bit more scrutiny as there are some functions that need to be reviewed and most likely deprecated.

#= TODO: Add Generator function testset

	@testset "SQLite Getter Functions" begin
		include("sqlite/getters.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/executors.jl")
	end

end

Metadata

Metadata

Labels

moderateIssue of moderate difficultytestsTesting of functions or featurestodoBot-added TODO

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions