Skip to content

Commit

Permalink
Examples: Link Unit Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Oct 6, 2023
1 parent f5e7703 commit ffed847
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/usage/how_to_run.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,12 @@ Please see the `AMReX Tutorials <https://amrex-codes.github.io/amrex/tutorials_h

* `MultiFab example <https://github.com/AMReX-Codes/amrex-tutorials/blob/main/GuidedTutorials/MultiFab/main.py>`__
* `Heat Equation example <https://github.com/AMReX-Codes/amrex-tutorials/blob/main/GuidedTutorials/HeatEquation/Source/main.py>`__


Unit Tests
----------

We ensure the correctness of pyAMReX with `unit tests <https://en.wikipedia.org/wiki/Unit_testing>`__.
Our tests are small, plentiful and can be found in the source code, see:

* `tests/ <https://github.com/AMReX-Codes/pyamrex/tree/development/tests>`__

0 comments on commit ffed847

Please sign in to comment.