Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TurTLE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TurTLE
TurTLE
Commits
0a59d1d6
Commit
0a59d1d6
authored
9 years ago
by
Cristian Lalescu
Browse files
Options
Downloads
Patches
Plain Diff
add configuration for full testing.
parent
4b2d5307
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
todo.txt
+2
-0
2 additions, 0 deletions
todo.txt
tox_full.ini
+25
-0
25 additions, 0 deletions
tox_full.ini
with
27 additions
and
0 deletions
todo.txt
+
2
−
0
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
...
...
This diff is collapsed.
Click to expand it.
tox_full.ini
0 → 100644
+
25
−
0
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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment