mateusoliveira43 / cly

CLY?! framework to create CLIs with Python | framework para criar CLIs com Python
https://mateusoliveira43.github.io/cly/
MIT License
3 stars 1 forks source link

Issue with testing #65

Open mateusoliveira43 opened 2 years ago

mateusoliveira43 commented 2 years ago

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!).