easyengine icon indicating copy to clipboard operation
easyengine copied to clipboard

Add more tests to increase code coverage

Open kirtangajjar opened this issue 6 years ago • 1 comments

Currently the code in /features contains very basic tests. Only the "happy" paths. We should add extensive tests which strives to execute each and every execution path.

Also as discussed previously, we need to be more strict about "No new features without tests" policy.

This might reduce our speed initially but will definitely help us in long run. Also we should look into code coverage tools to gauge how many execution paths are being tested.

kirtangajjar avatar Jul 11 '18 05:07 kirtangajjar

Also, the tests are currently present only in the site-types and EasyEngine core. Need to add tests to all the other command repos.

mrrobot47 avatar Nov 29 '18 07:11 mrrobot47