Variables | |
| tuple | ifile = open(os.path.join('dir.unittest','map2D_v0_ref')) |
| Step 1. More... | |
| tuple | map2D = interface_read_map2D.read_ascii(ifile) |
| string | filename_python = 'map2D_v0_python' |
| string | command = 'vimdiff map2D_v0_fortran map2D_v0_python' |
| Step 3. More... | |
| string test_interface_map2D.command = 'vimdiff map2D_v0_fortran map2D_v0_python' |
Step 3.
Check differences with vimdiff.
| string test_interface_map2D.filename_python = 'map2D_v0_python' |
| tuple test_interface_map2D.ifile = open(os.path.join('dir.unittest','map2D_v0_ref')) |
Step 1.
Fortran writing. Launch Fortran test Step 2. Python reading/writing.
| tuple test_interface_map2D.map2D = interface_read_map2D.read_ascii(ifile) |
1.8.5