vix.ing · top · new · best · stats · spec

A concise guide to good practices for automated testing and documentation of Research Software

2025/02/22 by Fritz, Jakob, Mesiti, Michele, Thiele, Jan Philipp
#Ci #RSE #documentation #testing #workflows

paper · doi:10.14279/eceasst.v83.2622

Abstract

This publication aims to highlight aspects of good practices from the areas of testing, documentation, and workflow management to improve existing code in Research. Applying these practices helps to make the scientific results obtained with the software easier to reproduce, as the codebase is easier to understand (thanks to documentation) and it is ensured that the code works as expected (thanks to automated testing). As codebases grow larger, workflow management for automated testing is also needed in order to keep the development cycle fast.

Related