Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TurTLE
TurTLE
Commits
0a59d1d6
Commit
0a59d1d6
authored
Dec 26, 2015
by
Cristian Lalescu
Browse files
add configuration for full testing.
parent
4b2d5307
Changes
2
Hide whitespace changes
Inline
Side-by-side
todo.txt
View file @
0a59d1d6
...
...
@@ -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_full.ini
0 → 100644
View file @
0a59d1d6
[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"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment