Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@aradi aradi released this 13 Nov 23:28
v0.1.0
186c915

First official release of the Fortuno unit testing framework

Implemented features

  • serial unit testing
  • parallel unit testing for MPI-parallel projects
  • parallel unit testing for coarray-parallel projects
  • simple unit tests
  • fixtured tests
  • parametrized tests
  • automatic test registration (in combination with the Fypp-preprocessor)
  • integration with the fpm, CMake and Meson build systems

New Contributors