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 tests to StateFilterPersonIDs #15

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

Add tests to StateFilterPersonIDs #15

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

Comments

@github-actions
Copy link

This depends on getting the test set for GetPatientState sorted out

#= TODO: Add tests to StateFilterPersonIDs

#= TODO: Add tests to VisitFilterPersonIDs 
**Description:** Add two tests - one for a single ID and another for multiple IDs. Reference the tests in GetPatientGender.
labels: tests, good first issue
=#
@testset "VisitFilterPersonIDs Tests" begin
	
end

#= TODO: Add tests to ConditionFilterPersonIDs
**Description:** Add two tests - one for a single ID and another for multiple IDs. Reference the tests in GetPatientGender.
labels: tests, good first issue
=#
@testset "ConditionFilterPersonIDs Tests" begin
	
end

#= TODO: Add tests to RaceFilterPersonIDs
**Description:** Add two tests - one for a single ID and another for multiple IDs. Reference the tests in GetPatientGender.
labels: tests, good first issue
=#
@testset "RaceFilterPersonIDs Tests" begin
	
end

#= TODO: Add tests to GenderFilterPersonIDs
**Description:** Add two tests - one for a single ID and another for multiple IDs. Reference the tests in GetPatientGender.
labels: tests, good first issue
=#
@testset "GenderFilterPersonIDs Tests" begin
	
end

#= TODO: Add tests to StateFilterPersonIDs
This depends on getting the test set for GetPatientState sorted out
labels: tests, moderate
=#
@testset "StateFilterPersonIDs Tests" begin
	
end
@github-actions github-actions bot added tests Testing of functions or features todo Bot-added TODO moderate Issue of moderate difficulty labels 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

0 participants