Skip to content
Snippets Groups Projects
Commit 0a59d1d6 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

add configuration for full testing.

parent 4b2d5307
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@
(C) set up mechanism for adding in new PDEs @design +v2.0 +alternate_algorithms
(C) test involving hydrodynamic similarity @tests
(C) use HDF5 io for fields @design @HDF5 +I/O
(D) tests should not overwrite other tests (tox_full) @tests
(D) generalize interpolation comparison test @tests
(D) test anisotropic grids @tests
(D) test non-cubic domains @tests
(E) add u-equation algorithm for testing purposes @tests +alternate_algorithms
......
[tox]
envlist = py34
[testenv]
sitepackages = True
whitelist_externals =
echo
cp
passenv = LD_LIBRARY_PATH
changedir =
{envtmpdir}
commands =
cp -r {toxinidir}/tests {envtmpdir}
python tests/test_io.py
python tests/test_interpolation.py
python tests/test_interpolation.py --precision double --wd "interp_double"
python tests/test_plain.py
python tests/test_plain.py --precision double --wd "data/double"
python tests/test_scaling.py
python tests/test_scaling.py --precision double --wd "data/double"
python tests/test_particles.py
python tests/test_particles.py --precision double --wd "data/double"
python tests/test_time_step.py
python tests/test_time_step.py --precision double --wd "data/double"
python tests/test_convergence.py
python tests/test_convergence.py --precision double --wd "data/double"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment