Skip to content

Conversation

@dijidiji
Copy link
Contributor

@dijidiji dijidiji commented Sep 11, 2025

Description

I've revised and updated the unit testing guide. I've also merged previous testing instructions for sktest with relevant instructions that were part of the unit testing guide, since the build process builds both. As part of this, I've elaborated on the differences between sktest and skunit_tests a bit, and moved the part of the guide that outlined how to write a unit test to a separate page.

This way, someone following the guide is made aware of how to run both test programs, and is informed of how to add tests to either of them (as well as the reasons for doing so).

  • This also fixes an issue where resources for tests (such as images) aren't copied, causing tests to fail. This happens because building a specific executable target such as skunit_tests doesn't run the custom targets used for the copy. This could be fixed by altering CMakeLists.txt but updating this guide is simpler.

Type of change

  • Documentation (update or new)

How Has This Been Tested?

Made sure the guide looks good in local testing.

Testing Checklist

  • Have run npm run format
  • Have run npm run build
  • Have run npm run dev and/or npm run preview, using:
    • Chrome
    • Safari
    • Firefox

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have requested a review on the planner board

This fixes an issue where resources for tests (such as images) aren't copied,
causing tests to fail. This happens because building a specific executable target
such as skunit_tests doesn't run the custom targets used for the copy. This
could be fixed by altering CMakeLists.txt but updating this guide is simpler.
@netlify
Copy link

netlify bot commented Sep 11, 2025

Deploy Preview for thoth-tech ready!

Name Link
🔨 Latest commit 11426cc
🔍 Latest deploy log https://app.netlify.com/projects/thoth-tech/deploys/68cbd65fef3f3000088d5a17
😎 Deploy Preview https://deploy-preview-150--thoth-tech.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Sep 11, 2025

Deploy Preview for strong-fairy-c1bde1 ready!

Name Link
🔨 Latest commit 11426cc
🔍 Latest deploy log https://app.netlify.com/projects/strong-fairy-c1bde1/deploys/68cbd65fb01f960008106fb6
😎 Deploy Preview https://deploy-preview-150--strong-fairy-c1bde1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dijidiji dijidiji changed the title Use target all for build instead of skunit_tests Update unit testing guide Sep 11, 2025
@dijidiji dijidiji marked this pull request as ready for review September 18, 2025 09:09
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.

1 participant