danthareja / node-google-apps-script

[DEPRECATED - use clasp instead] The easiest way to develop Google Apps Script projects
MIT License
353 stars 70 forks source link

Project Needs Automated Test Framework #30

Closed 0cjs closed 6 years ago

0cjs commented 8 years ago

The project should have an automated test framework that gives at least basic coverage, if if it can't be perfect. This will both help reduce tedious manual testing and make it easier for new developers to contribute.

As a side note, introducing automated testing in projects not originally designed for it typically introduces major structural changes to accommodate the extra functionality needed to support automated testing.

0cjs commented 8 years ago

There's both a unit test and functional test framework in PR #28. It's mixed in with other changes, though; if you don't want them all you'll have to pick out the bits you want.

lricoy commented 6 years ago

Working on that :)