GetValkyrie / valkyrie

Valkyrie is an opinionated local dev stack that makes features/git based Drupal development easy.
http://www.getvalkyrie.com
GNU General Public License v3.0
45 stars 11 forks source link

Add tests #44

Open ergonlogic opened 9 years ago

ergonlogic commented 9 years ago

We already test components in isolation, but we need to test them when integrated, as well as each of the Drush commands we provide.

See individual components for the simple bash test framework we use.

ergonlogic commented 9 years ago

We should make getting some basic tests in place a priority. If only to confirm that commands work with basic/default options.