What is the issue?
To run the testing function, it is necessary to pass the CLY?! object every time, which is a repetition.
What do you suggest?
Transform the function in a class, that initializes with the CLY?! object and then the user can call it just passing the command line arguments (which should be a list or a string!).
What is the issue? To run the testing function, it is necessary to pass the CLY?! object every time, which is a repetition.
What do you suggest? Transform the function in a class, that initializes with the CLY?! object and then the user can call it just passing the command line arguments (which should be a list or a string!).