Skip to content

Commit 07c86f3

Browse files
committed
Add note about unit testing and pFUnit.
1 parent 3f3e43b commit 07c86f3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

paper/paper.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,11 @@ calling a net from both Python and Fortran. These cover basic use, running with
193193
inputs/outputs, using (multiple) GPU devices, and structuring code for deployment in
194194
scientific applications.
195195

196-
These examples underpin the testing suite which performs a series of
197-
integration tests running as part of a Continuous Integration workflow
198-
over various platforms and compilers.
196+
These examples underpin the integration testing suite which runs a subset to check
197+
`FTorch` performs as expected in end-to-end workflows.
198+
There is also a unit testing suite based on [pFUnit](https://github.com/Goddard-Fortran-Ecosystem/pFUnit).
199+
Both of these are run as part of a Continuous Integration workflow over various
200+
platforms and compilers.
199201
Other components include fypp templating checks and code quality checks using
200202
fortitude [@fortitude] for Fortran, clang-format [@clangformat] and
201203
clang-tidy [@clangtidy] for `C` and `C++`, and ruff [@ruff] for Python.

0 commit comments

Comments
 (0)