You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is necessary to cover the preload function with autotests. These autotests should include:
argument validation - the function accepts only values of the type indicated in its definition. If there is a mismatch, a compilation error is expected.
Checking for the value of the "mode" argument - the method should accept only the "identity", "shift_and_scale", "to_cube" arguments.
Also need to do tests to accept these values (modes) with "space" instead of "_" when issue #173 is done.
Checking that the Save_mesh , when given an empty filepath (filepath = ""), creates a file in the directory anyway.
The text was updated successfully, but these errors were encountered:
It is necessary to cover the
preload
function with autotests. These autotests should include:argument validation - the function accepts only values of the type indicated in its definition. If there is a mismatch, a compilation error is expected.
Checking for the value of the "mode" argument - the method should accept only the "identity", "shift_and_scale", "to_cube" arguments.
Also need to do tests to accept these values (modes) with "space" instead of "_" when issue #173 is done.
Checking that the
Save_mesh
, when given an empty filepath (filepath = ""), creates a file in the directory anyway.The text was updated successfully, but these errors were encountered: