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
First of all, I like what it can do and was about to install it when I noticed that there doesn't seem to be a single test.
Something that came to my mind is to test it entirely on CLI level to emulate how people would use it. Here is an example of journey level tests, which looks like this when run (it's all just bash).
Do you consider this this as much of a maintenance problem as I do?
Please don't feel pressured or criticized, I really am interested to learn about the way this tool is/was developed.
The text was updated successfully, but these errors were encountered:
There should definitely be tests! First lexer and parser will be covered. Sample files to check basic scenarios go next. And finally we'll need few Vagrant VMs to test some more specific cases (not sure that all of VMs could be easily created/distributed).
First of all, I like what it can do and was about to install it when I noticed that there doesn't seem to be a single test.
Something that came to my mind is to test it entirely on
CLI
level to emulate how people would use it. Here is an example of journey level tests, which looks like this when run (it's all justbash
).Do you consider this this as much of a maintenance problem as I do?
Please don't feel pressured or criticized, I really am interested to learn about the way this tool is/was developed.
The text was updated successfully, but these errors were encountered: