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

Allow sut alias to be customized #312

Closed
Malabarba opened this issue Mar 20, 2016 · 4 comments · Fixed by #314
Closed

Allow sut alias to be customized #312

Malabarba opened this issue Mar 20, 2016 · 4 comments · Fixed by #314

Comments

@Malabarba
Copy link
Member

I use the letter o for aliasing the original code namespace in test files. It would be nice if the current sut alias were a variable I could customize.

By the way, what does sut stand for?

@magnars
Copy link
Contributor

magnars commented Mar 20, 2016

It is already customizable. There's a defcustom to change the entire thing. :)

SUT is System Under Test.

@magnars
Copy link
Contributor

magnars commented Mar 20, 2016

@Malabarba
Copy link
Member Author

It is already customizable. There's a defcustom to change the entire thing. :)

Maybe I'm missing it, but I don't see a way to customize sut in any of those variables. :-(
In fact, line 1027 would lead me to believe it is hardcoded.

SUT is System Under Test.

I see. Thanks. :-)

@magnars
Copy link
Contributor

magnars commented Mar 20, 2016

Ah, doh. It's everything else that's customizable. Sorry about that.
søn. 20. mar. 2016 kl. 23.50 skrev Artur Malabarba <notifications@github.com

:

It is already customizable. There's a defcustom to change the entire
thing. :)

Maybe I'm missing it, but I don't see a way to customize sut in any of
those variables. :-(
In fact, line 1027
https://github.com/clojure-emacs/clj-refactor.el/blob/master/clj-refactor.el#L1027
would lead to believe it is hardcoded.

SUT is System Under Test.

I see. Thanks. :-)


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#312 (comment)

slipset pushed a commit to slipset/clj-refactor.el that referenced this issue Mar 23, 2016
slipset added a commit to slipset/clj-refactor.el that referenced this issue Mar 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants