Skip to content
New issue

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

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

Already on GitHub? # to your account

Add tests to RaceFilterPersonIDs #13

Closed
github-actions bot opened this issue Aug 11, 2022 · 1 comment
Closed

Add tests to RaceFilterPersonIDs #13

github-actions bot opened this issue Aug 11, 2022 · 1 comment
Labels
good first issue Good for newcomers tests Testing of functions or features todo Bot-added TODO

Comments

@github-actions
Copy link

Description: Add two tests - one for a single ID and another for multiple IDs. Reference the tests in GetPatientGender.

#= TODO: Add tests to RaceFilterPersonIDs

#= 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 good first issue Good for newcomers tests Testing of functions or features todo Bot-added TODO labels Aug 11, 2022
@github-actions
Copy link
Author

Closed in 64e6cfc

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
good first issue Good for newcomers tests Testing of functions or features todo Bot-added TODO
Projects
None yet
Development

No branches or pull requests

0 participants