Up till now I relied on the work being hand tested. I want this automated.
I want tests that ensure the tools behaviour is perfect.
It must test the:
- different modes.
- dry run does not make changes
- different comands
We may need to simulate GIT, GitHub, FTP to end-to-end test the app.
Should have integration tests as well as unit tests.
Up till now I relied on the work being hand tested. I want this automated.
I want tests that ensure the tools behaviour is perfect.
It must test the:
We may need to simulate GIT, GitHub, FTP to end-to-end test the app.
Should have integration tests as well as unit tests.