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

deduplicate default test set generated by rebar3 eunit #1024

Merged
merged 1 commit into from
Jan 23, 2016

Conversation

talentdeficit
Copy link
Contributor

this ONLY attempts to deduplicate test sets that are generated by
rebar in the absence of any user specified tests

this closes #937

this ONLY attempts to deduplicate test sets that are generated by
rebar in the absence of any user specified tests
@talentdeficit
Copy link
Contributor Author

the default test set generated by rebar3 is now {application, App} for each App in the project plus any modules in test directories that do not have the same name as any app modules with _tests appended (which will be run as they are covered by {application, App). ideally, it would just include modules that have names that end in _tests but there's been at least one issue opened where the user expected all modules to be included

@ferd
Copy link
Collaborator

ferd commented Jan 18, 2016

+1.

tsloughter added a commit that referenced this pull request Jan 23, 2016
deduplicate default test set generated by `rebar3 eunit`
@tsloughter tsloughter merged commit 3b20e63 into erlang:master Jan 23, 2016
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

Successfully merging this pull request may close these issues.

rebar3 eunit runs tests twice
3 participants