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

Jump between expecations and namespace being tested #1

Open
jakemcc opened this issue Oct 25, 2012 · 2 comments
Open

Jump between expecations and namespace being tested #1

jakemcc opened this issue Oct 25, 2012 · 2 comments

Comments

@jakemcc
Copy link

jakemcc commented Oct 25, 2012

This is C-c t when clojure-test-mode and one of the features I used the most. Would be nice of expectations-mode supported something similar.

@gar3thjon3s
Copy link
Contributor

Yeah, the problem I have is that I'm not sure what convention people are using for naming their expectations. The mode expects (har har) you to use either myproject.blah-expectations or myproject.expectations.blah in order to enable itself.

Are you using that convention? Probably easy enough to port over the code from clojure-test-mode. I'll do it when I get the chance, unless you beat me to it. In which case, patches welcome :)

@seancorfield
Copy link
Contributor

FWIW, I'm using project.expectations.blah for project.blah and project.expectations.foo.bar for project.foo.bar so for src/worldsingles/admin/summary.clj I'd expect(!) to have test/worldsingles/expectations/admin/summary.clj.

Having C-c t for that would be very, very useful.

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

3 participants