Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Generator function testset #17

Open
github-actions bot opened this issue Aug 11, 2022 · 0 comments
Open

Add Generator function testset #17

github-actions bot opened this issue Aug 11, 2022 · 0 comments
Assignees
Labels
moderate Issue of moderate difficulty tests Testing of functions or features todo Bot-added TODO

Comments

@github-actions
Copy link

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
@github-actions github-actions bot added moderate Issue of moderate difficulty tests Testing of functions or features todo Bot-added TODO labels Aug 11, 2022
@TheCedarPrince TheCedarPrince self-assigned this Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
moderate Issue of moderate difficulty tests Testing of functions or features todo Bot-added TODO
Projects
None yet
Development

No branches or pull requests

1 participant