Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It is necessary to cover .preload and save_mesh methods with autotests. #190

Open
Maikenov opened this issue Nov 20, 2022 · 0 comments
Open
Assignees

Comments

@Maikenov
Copy link
Collaborator

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.

@semyon-v-dot semyon-v-dot self-assigned this Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants