wp-enforcer icon indicating copy to clipboard operation
wp-enforcer copied to clipboard

Automated testing

Open stevegrunwell opened this issue 8 years ago • 3 comments

As the project is picking up traction I'm regretting not learning how to unit test Bash scripts earlier. While the scripts may be more integration tests than pure unit tests, I'd love to get some coverage on our various options and features.

stevegrunwell avatar Dec 01 '15 12:12 stevegrunwell

Can you enable Travis CI so we can start putting together some tests and sending them off for confirmation?

bswatson avatar Dec 02 '15 02:12 bswatson

Travis has been (re-)enabled. Have fun!

stevegrunwell avatar Dec 02 '15 03:12 stevegrunwell

As the project is picking up traction I'm regretting not learning how to unit test Bash scripts earlier.

Bash scripts are like art. And I'm not aware of any artists that test their work before releasing it to the public. Keep it small, tight and focused and the bugs will iron themselves out without the added complexity of unit testing.

ghost avatar May 20 '17 08:05 ghost