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

Create configuration functions to test input parameters. #8

Open
1 of 3 tasks
altairgomes opened this issue May 9, 2020 · 0 comments
Open
1 of 3 tasks

Create configuration functions to test input parameters. #8

altairgomes opened this issue May 9, 2020 · 0 comments
Labels
config effort_high Probably difficult or very long to solve

Comments

@altairgomes
Copy link
Collaborator

altairgomes commented May 9, 2020

Some tests must be done to prevent error caused by user input. These tests must cover:

  • Check if kwarg is an allowed variable.
  • Check if the input variable is in the correct type.
  • A more intelligent way to check different possible input combination. For instance, when the object can be instantiated by different combinations, this test must be done at the beginning of the call instead of the ongoing function.
@altairgomes altairgomes added effort_high Probably difficult or very long to solve config labels May 9, 2020
@altairgomes altairgomes added this to the V0.1.1 milestone May 9, 2020
@altairgomes altairgomes removed this from the V0.1.1 milestone May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config effort_high Probably difficult or very long to solve
Projects
None yet
Development

No branches or pull requests

1 participant