Clone and graft: Testing scientific applications as they are built
Bruno Turcksin, Timo Heister, Wolfgang Bangerth

TL;DR
This paper discusses a method for developing automated tests for scientific applications by cloning and grafting existing tests, demonstrated on a Python-based minimal model problem.
Contribution
Introduces a novel approach of cloning and grafting tests to improve testing efficiency in scientific software development.
Findings
Cloning and grafting streamline test creation for scientific applications.
The approach is effective on a Python minimal model problem.
Automated testing benefits from this method in scientific software.
Abstract
This article describes our experience developing and maintaining automated tests for scientific applications. The main idea evolves around building on already existing tests by cloning and grafting. The idea is demonstrated on a minimal model problem written in Python.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsParallel Computing and Optimization Techniques · Computational Physics and Python Applications · Scientific Computing and Data Management
