lauriii / drupalcores

A project to generate a list of core contributers
http://drupalcores.com
MIT License
27 stars 38 forks source link

Create a test command to easily test functionality #52

Open lewisnyman opened 9 years ago

lewisnyman commented 9 years ago

Our current test process is to run ``` gulp but this will take ages, due to the slow companies script, the current TravisCI process only runs the contributors script as it would timeout otherwise.

We can create a dedicated test command that works with dummy data, which would make it quick to test for broken functionality. In the future we could also add linting etc.