We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e7703 commit ffed847Copy full SHA for ffed847
docs/source/usage/how_to_run.rst
@@ -38,3 +38,12 @@ Please see the `AMReX Tutorials <https://amrex-codes.github.io/amrex/tutorials_h
38
39
* `MultiFab example <https://github.com/AMReX-Codes/amrex-tutorials/blob/main/GuidedTutorials/MultiFab/main.py>`__
40
* `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