-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added todosfor multiple tests that need to be created
- Loading branch information
1 parent
00f658f
commit 92041e7
Showing
4 changed files
with
50 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#= TODO: Add tests for ExecuteAudit | ||
Add a single test that utilizing a dataframe with a column called "count" | ||
labels: tests, good for beginners | ||
=# | ||
@testset "ExecuteAudit Tests" begin | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
#= 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters