Skip to content

Commit

Permalink
Remove TODO and add DD tests to targets pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennit07 committed Jul 31, 2023
1 parent c50ed2c commit d29bade
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -310,12 +310,18 @@ list(
year
)
),
# TODO add tests for the Delayed Discharges extract
tar_target(source_dd_extract, process_extract_delayed_discharges(
dd_data,
year,
write_to_disk = write_to_disk
)),
tar_target(
tests_source_dd_extract,
process_tests_delayed_discharges(
source_dd_extract,
year
)
),
tar_target(source_dn_extract, process_extract_district_nursing(
dn_data,
year,
Expand Down

0 comments on commit d29bade

Please sign in to comment.