Closed JT-39 closed 2 months ago
To add unit tests for all the functions that were built whilst the LA Level page was being designed in Azure DevOps.
Please check if your PR fulfills the following:
shinytest2::test_app()
styler::style_dir()
lintr::lint_dir()
There are no unit tests (see the linked issue regarding no unit tests).
Unit tests exist, with hopefully good overage. The plotting functions in fn_plotting.R still need to be fully tested.
fn_plotting.R
May need a reviewer to check the quality of tests.
This needs to be revisited to finish adding tests for the plotting functions in fn_plotting.R.
Pull request overview
To add unit tests for all the functions that were built whilst the LA Level page was being designed in Azure DevOps.
Pull request checklist
Please check if your PR fulfills the following:
shinytest2::test_app()
)styler::style_dir()
andlintr::lint_dir()
)What is the current behaviour?
There are no unit tests (see the linked issue regarding no unit tests).
What is the new behaviour?
Unit tests exist, with hopefully good overage. The plotting functions in
fn_plotting.R
still need to be fully tested.Anything else
May need a reviewer to check the quality of tests.