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

Need a way to exclude tests #10

Open
mitalia opened this issue Aug 23, 2013 · 1 comment
Open

Need a way to exclude tests #10

mitalia opened this issue Aug 23, 2013 · 1 comment

Comments

@mitalia
Copy link

mitalia commented Aug 23, 2013

The DataExpress project (https://github.com/cbmi/dataexpress/) needs to exclude tests that require the proprietary Oracle and SQLServer drivers when running on Travis (since these can't be made available in the environment).

This is "easily" done with ScalaTest by tagging the Oracle and SQLServer tests and passing the excluded tests to the test-only command option (see: https://github.com/cbmi/dataexpress/blob/develop/.travis.yml).

I'm unclear how to replicate this for the coveralls plugin (or even if it's possible).

@theon
Copy link
Owner

theon commented Aug 24, 2013

I'll do some investigation. I found out recently that scct supports test-only, so hopefully it should be pretty easy for me to update this plugin to also support it.

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

2 participants