Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
  • Loading branch information
aghaynes committed Oct 25, 2024
1 parent 41ffa98 commit 6735125
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wi/review_tests.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ format-links:
---

::: {.callout-note collapse="true" title="Document development, review and version history"}

***Development and Review***

| | Name | Date |
Expand All @@ -27,6 +28,7 @@ format-links:
| Version | Date | Author | Summary of Changes |
|---------|------------|-------------|--------------------|
| 0.1 | xxxx-xx-xx | XXXXXXXXXX | Initial draft |

:::

Once someone has prepared one or more tests for functions in a package and submitted them to be incorporated into the platform via a pull request. They should then be reviewed by another member of the platform, ideally from another unit, to check that the tests are programmed and documented appropriately.
Expand Down
2 changes: 2 additions & 0 deletions wi/running_tests.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ format-links:
---

::: {.callout-note collapse="true" title="Document development, review and version history"}

***Development and Review***

| | Name | Date |
Expand All @@ -27,6 +28,7 @@ format-links:
| Version | Date | Author | Summary of Changes |
|---------|------------|-------------|--------------------|
| 0.1 | xxxx-xx-xx | XXXXXXXXXX | Initial draft |

:::

Although the unit of testing is the function, for organisational purposes, the tests are grouped by package. This is because the tests are run in the context of the package, and eases the process of running and reporting tests.
Expand Down
2 changes: 2 additions & 0 deletions wi/testing.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ execute:
---

::: {.callout-note collapse="true" title="Document development, review and version history"}

***Development and Review***

| | Name | Date |
Expand All @@ -34,6 +35,7 @@ execute:
| Version | Date | Author | Summary of Changes |
|---------|------------|-------------|--------------------|
| 0.1 | xxxx-xx-xx | XXXXXXXXXX | Initial draft |

:::

The `validation` package contains a set of functions to assist in the running and reporting of tests that have been published on the SCTO platform. The tests themselves are located in the [validation_tests](www.github.com/SwissClinicalTrialOrganisation/validation_tests) repository. The results of the tests are then published as issues in the [pkg_validation](www.github.com/SwissClinicalTrialOrganisation/pkg_validation) repository.
Expand Down

0 comments on commit 6735125

Please sign in to comment.