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

Transparent testing command #7

Open
sagikazarmark opened this issue Jul 30, 2015 · 3 comments
Open

Transparent testing command #7

sagikazarmark opened this issue Jul 30, 2015 · 3 comments

Comments

@sagikazarmark
Copy link

I've found a way to make the used testing command transparent from several points of view:

https://github.com/indigophp/boilerplate/blob/package/composer.json#L25

Why is this good?

  1. We can have the same instructions for all repos: composer test. This way we can easily maintain CONTRIBUTION guides, since they don't depend on the used testing framework.
  2. The same above is true for travis config: https://github.com/indigophp/boilerplate/blob/package/.travis.yml
  3. It is simple and consistent. Whatever testing framework we use, this command can remain the same.

@ddeboer you are as concerned about package details as me. What do you think?

@ddeboer
Copy link
Member

ddeboer commented Jul 31, 2015

I like it! Please submit a PR.

@sagikazarmark
Copy link
Author

Done #8

@Baachi
Copy link

Baachi commented Jul 31, 2015

Cool thing, didn't noticed this feature 👍

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

No branches or pull requests

3 participants