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

Rename test namespaces to conventional names #105

Merged
merged 1 commit into from
Sep 4, 2017
Merged

Conversation

totakke
Copy link
Member

@totakke totakke commented Sep 4, 2017

Renames test namespaces to conventional names of clojure.test. e.g. cljam.util.t-chromosome -> cljam.util.chromosome-test

cider-test infers a test namespace by adding a suffix, -test, so t-some namespace cannot be run by cider-test-run-test. The inference can be customized in local config, but I feel some-test style is better for clojure.test.

@alumi alumi merged commit 064d056 into master Sep 4, 2017
@alumi alumi deleted the fix/rename-test-ns branch September 4, 2017 08:38
@alumi
Copy link
Member

alumi commented Sep 4, 2017

Great! 👍
I checked cider-test-run-ns-tests and cider-auto-test-mode working fine with the updated ns.

@totakke
Copy link
Member Author

totakke commented Sep 4, 2017

Thanks for the confirmation!

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.

2 participants