Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distinguish between projects and modules #42

Open
bartfeenstra opened this issue Aug 19, 2015 · 3 comments
Open

Distinguish between projects and modules #42

bartfeenstra opened this issue Aug 19, 2015 · 3 comments

Comments

@bartfeenstra
Copy link

.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.

@LionsAd
Copy link
Owner

LionsAd commented Dec 12, 2015

Any concrete suggestion on how to make this better?

@bartfeenstra
Copy link
Author

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?

@heddn
Copy link

heddn commented Mar 16, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants