Skip to content

Testing framework#3

Merged
JuJuz1 merged 8 commits into
mainfrom
testing-framework
May 25, 2026
Merged

Testing framework#3
JuJuz1 merged 8 commits into
mainfrom
testing-framework

Conversation

@JuJuz1
Copy link
Copy Markdown
Owner

@JuJuz1 JuJuz1 commented May 25, 2026

  • Introduce doctest as the testing framework
  • Working CI pipeline building the test file and running it
  • Reorganized the source file for testing purposes excluding code not needed for tests
  • Various tests

JuJuz1 added 8 commits May 25, 2026 00:31
Added a doctest build which can be run by "build test" or release "build rel test". It will build the test file and run the tests after the app is built
Trying out the framework, seems to be quite fast and work well
Better build.bat script to have a test-only argument option. This iwll only build and run the tests. CI workflow file for Github Actions to run the build script with test-only
@JuJuz1 JuJuz1 merged commit e775a7d into main May 25, 2026
2 checks passed
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