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

Feature request: test-selector integration #10

Open
venantius opened this issue Nov 17, 2014 · 1 comment
Open

Feature request: test-selector integration #10

venantius opened this issue Nov 17, 2014 · 1 comment

Comments

@venantius
Copy link

I've got a project where most of the time I only care about testing the unit tests, but where I might want to test my integration tests specially. My project.clj has this bad boy in there as a result:

  :test-selectors {:default (complement :integration)
                   :all (constantly true)
                   :integration :integration
                   :unit (complement :integration)}

So most of the time I can do lein test and it leaves out my integration tests, but if I want to I can do lein test :integration. At the moment lein-test-out doesn't care about my test selectors, which means if my integration tests fail my overall test output shows as a failure (in particular, if you're using a tool like Arcanist, which I am :P).

@marcomorain
Copy link

👍

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

2 participants