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

Namespaces being tested multiple times #18

Closed
crisptrutski opened this issue Dec 16, 2015 · 0 comments
Closed

Namespaces being tested multiple times #18

crisptrutski opened this issue Dec 16, 2015 · 0 comments

Comments

@crisptrutski
Copy link
Contributor

When inferring namespaces from the fileset, certain namespaces may be included multiple times, due to various files appearing in multiple commits, eg. via transformation. No amount of redundant sources seem to justify extra execution and reporting though 😄

In the particular case I've seen, which is running boot-test directly after boot-cljs-test, I'm not actually even transforming these particular files - I'm just adding a new file (a "suite" namespace to run the tests) Interestingly this causes .cljc tests to run twice, but not the .clj ones.

Please see this branch if you'd like to reproduce, particularly if you think that I've made a mistake in my use of the fileset API.

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

1 participant