Skip to content

Commit ffed847

Browse files
committed
Examples: Link Unit Tests
1 parent f5e7703 commit ffed847

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/source/usage/how_to_run.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,12 @@ Please see the `AMReX Tutorials <https://amrex-codes.github.io/amrex/tutorials_h
3838

3939
* `MultiFab example <https://github.com/AMReX-Codes/amrex-tutorials/blob/main/GuidedTutorials/MultiFab/main.py>`__
4040
* `Heat Equation example <https://github.com/AMReX-Codes/amrex-tutorials/blob/main/GuidedTutorials/HeatEquation/Source/main.py>`__
41+
42+
43+
Unit Tests
44+
----------
45+
46+
We ensure the correctness of pyAMReX with `unit tests <https://en.wikipedia.org/wiki/Unit_testing>`__.
47+
Our tests are small, plentiful and can be found in the source code, see:
48+
49+
* `tests/ <https://github.com/AMReX-Codes/pyamrex/tree/development/tests>`__

0 commit comments

Comments
 (0)