From ffed847cf83f3c890ba0582dc83280fa0882e095 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Fri, 6 Oct 2023 10:48:04 -0700 Subject: [PATCH] Examples: Link Unit Tests --- docs/source/usage/how_to_run.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/source/usage/how_to_run.rst b/docs/source/usage/how_to_run.rst index 4d4ed186..f232b287 100644 --- a/docs/source/usage/how_to_run.rst +++ b/docs/source/usage/how_to_run.rst @@ -38,3 +38,12 @@ Please see the `AMReX Tutorials `__ * `Heat Equation example `__ + + +Unit Tests +---------- + +We ensure the correctness of pyAMReX with `unit tests `__. +Our tests are small, plentiful and can be found in the source code, see: + +* `tests/ `__