drupal_ti icon indicating copy to clipboard operation
drupal_ti copied to clipboard

Distinguish between projects and modules

Open bartfeenstra opened this issue 8 years ago • 3 comments

.travis.yml.dist defines DRUPAL_TI_MODULE_NAME, which describes the project name, but not any specific module, since a project can contain multiple modules. In addition, DRUPAL_TI_SIMPLETEST_GROUP can probably contain multiple group names, but that's not really clear.

bartfeenstra avatar Aug 19 '15 19:08 bartfeenstra

Any concrete suggestion on how to make this better?

LionsAd avatar Dec 12 '15 20:12 LionsAd

Introduce DRUPAL_TI_EXTENSION_NAMES? A project can contain multiple modules, or can be a theme. Seeing as themes can contain PHP code, this is probably the most correct name?

bartfeenstra avatar Dec 12 '15 21:12 bartfeenstra

I'm trying to run behat on a full website. Tthere isn't a specific module with its tests I want to run. The .travis.yml.dist seems to indicate (or at least encourage) that I put my tests into a specific module.

heddn avatar Mar 16 '16 03:03 heddn