-
Notifications
You must be signed in to change notification settings - Fork 0
Automated tests #10
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
Comments
You're absolutely right. Do you see a way to make this using |
There are some Unit tests frameworks, but I don't know which is the most used. |
@mdbs99 I don't know which is most used too. Maybe we should look at git source code too. WDYT? |
It's a huge code! |
I got a recomendation to use BATS. This tutorial could help us in its usage. WDYT? |
Ok, let's try this. |
Every time we change the
git-work
code, we have to do manual tests. This step consumes a lot of enfort and time. So, we need implement automated tests do improve it and garantee code quality to this project. @mdbs99 WDYT?The text was updated successfully, but these errors were encountered: