Skip to content

Add writing your first unit test#36

Merged
connoraird merged 3 commits into
mainfrom
add-writing-your-first-unit-test
Dec 5, 2025
Merged

Add writing your first unit test#36
connoraird merged 3 commits into
mainfrom
add-writing-your-first-unit-test

Conversation

@connoraird

Copy link
Copy Markdown
Collaborator

Adds a new episode for writing your first unit test

closes #34

@connoraird connoraird self-assigned this Dec 5, 2025
@github-actions

github-actions Bot commented Dec 5, 2025

Copy link
Copy Markdown

Thank you!

Thank you for your pull request 😃

🤖 This automated message can help you check the rendered files in your submission for clarity. If you have any questions, please feel free to open an issue in {sandpaper}.

If you have files that automatically render output (e.g. R Markdown), then you should check for the following:

  • 🎯 correct output
  • 🖼️ correct figures
  • ❓ new warnings
  • ‼️ new errors

Rendered Changes

🔍 Inspect the changes: https://github.com/UCL-ARC/fortran-unit-testing-lesson/compare/md-outputs..md-outputs-PR-36

The following changes were observed in the rendered markdown documents:

 3-writing-your-first-unit-test.md (new)            | 99 ++++++++++++++++++++++
 ...test-syntax.md => 4-fortran-unit-test-syntax.md |  4 +-
 ...-broken-test.md => 5-debugging-a-broken-test.md |  6 +-
 ...-parallel-code.md => 6-testing-parallel-code.md |  4 +-
 config.yaml                                        |  7 +-
 md5sum.txt                                         |  9 +-
 6 files changed, 115 insertions(+), 14 deletions(-)
What does this mean?

If you have source files that require output and figures to be generated (e.g. R Markdown), then it is important to make sure the generated figures and output are reproducible.

This output provides a way for you to inspect the output in a diff-friendly manner so that it's easy to see the changes that occur due to new software versions or randomisation.

⏱️ Updated at 2025-12-05 16:53:17 +0000

github-actions Bot pushed a commit that referenced this pull request Dec 5, 2025
github-actions Bot pushed a commit that referenced this pull request Dec 5, 2025
@connoraird connoraird force-pushed the add-writing-your-first-unit-test branch from 04cf67c to 805b45c Compare December 5, 2025 16:52
@connoraird connoraird merged commit 1af79fe into main Dec 5, 2025
3 checks passed
@connoraird connoraird deleted the add-writing-your-first-unit-test branch December 5, 2025 16:53
github-actions Bot pushed a commit that referenced this pull request Dec 5, 2025
github-actions Bot pushed a commit that referenced this pull request Dec 5, 2025
Auto-generated via `{sandpaper}`
Source  : 1af79fe
Branch  : main
Author  : Connor Aird <c.aird@ucl.ac.uk>
Time    : 2025-12-05 16:53:38 +0000
Message : Merge pull request #36 from UCL-ARC/add-writing-your-first-unit-test
github-actions Bot pushed a commit that referenced this pull request Dec 5, 2025
Auto-generated via `{sandpaper}`
Source  : fdd11eb
Branch  : md-outputs
Author  : GitHub Actions <actions@github.com>
Time    : 2025-12-05 16:54:44 +0000
Message : markdown source builds

Auto-generated via `{sandpaper}`
Source  : 1af79fe
Branch  : main
Author  : Connor Aird <c.aird@ucl.ac.uk>
Time    : 2025-12-05 16:53:38 +0000
Message : Merge pull request #36 from UCL-ARC/add-writing-your-first-unit-test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3. Writing your first unit test

1 participant