Adding python unit tests to parmepy.
Tests are run with command : make test in a build directory. Python tests are packaged in a test module of parmepy Python tests are either searched automaticaly in test_*.py sub-modules of parmepy.test or extracted from docstrings in specified files in main_unit_test.py. Old tests (in tests module) will be deleted. Need fix fortran unit tests.
Showing
- HySoP/CMakeLists.txt 15 additions, 13 deletionsHySoP/CMakeLists.txt
- HySoP/CTestCustom.ctest.in 3 additions, 0 deletionsHySoP/CTestCustom.ctest.in
- HySoP/hysop/__init__.py.in 5 additions, 0 deletionsHySoP/hysop/__init__.py.in
- HySoP/hysop/domain/box.py 23 additions, 1 deletionHySoP/hysop/domain/box.py
- HySoP/hysop/domain/grid.py 1 addition, 1 deletionHySoP/hysop/domain/grid.py
- HySoP/hysop/test/__init__.py 0 additions, 0 deletionsHySoP/hysop/test/__init__.py
- HySoP/hysop/test/main_unit_tests.py 33 additions, 0 deletionsHySoP/hysop/test/main_unit_tests.py
- HySoP/hysop/test/test_domain/__init__.py 0 additions, 0 deletionsHySoP/hysop/test/test_domain/__init__.py
- HySoP/hysop/test/test_domain/test_topology.py 61 additions, 0 deletionsHySoP/hysop/test/test_domain/test_topology.py
- HySoP/hysop/test/test_field/__init__.py 0 additions, 0 deletionsHySoP/hysop/test/test_field/__init__.py
- HySoP/hysop/test/test_field/test_analytical.py 57 additions, 0 deletionsHySoP/hysop/test/test_field/test_analytical.py
- HySoP/hysop/test/test_field/test_continuous.py 60 additions, 0 deletionsHySoP/hysop/test/test_field/test_continuous.py
- HySoP/hysop/test/test_field/test_discrete.py 117 additions, 0 deletionsHySoP/hysop/test/test_field/test_discrete.py
- HySoP/hysop/test/test_operator/__init__.py 0 additions, 0 deletionsHySoP/hysop/test/test_operator/__init__.py
- HySoP/hysop/test/test_operator/test_transport_d.py 122 additions, 0 deletionsHySoP/hysop/test/test_operator/test_transport_d.py
- HySoP/hysop/test/test_particular_solvers/__init__.py 0 additions, 0 deletionsHySoP/hysop/test/test_particular_solvers/__init__.py
- HySoP/hysop/test/test_particular_solvers/test_gpu.py 157 additions, 0 deletionsHySoP/hysop/test/test_particular_solvers/test_gpu.py
- HySoP/hysop/tools/explore_hardware.py 32 additions, 0 deletionsHySoP/hysop/tools/explore_hardware.py
- HySoP/setup.py.in 23 additions, 5 deletionsHySoP/setup.py.in
- HySoP/src/CMakeLists.txt 23 additions, 23 deletionsHySoP/src/CMakeLists.txt
Loading
Please register or sign in to comment