hvesalai / emacs-sbt-mode

An emacs mode for interacting with scala sbt and projects
GNU General Public License v3.0
126 stars 38 forks source link

Questiion: would it make sense to add commands for running single test cases to sbt-mode? #159

Closed ag91 closed 4 years ago

ag91 commented 4 years ago

Hi, Thanks for this mode, speeds up my Scala development! I just published a blog in which I explain how to extend sbt-mode to run a single test class or test file. Should I submit the code as a PR for this repository, or is this outside of the scope of this repository?

Thanks again!

VlachJosef commented 4 years ago

@ag91 There is already similar functionality implemented in https://github.com/hvesalai/emacs-sbt-mode/blob/master/sbt-mode-hydra.el#L464-L490

ag91 commented 4 years ago

Ah, that is just amazing!! Thanks for sharing that @VlachJosef. I shall mention that also in my post then. I will close this then.

On Sat 24 Oct 2020 at 10:49, Josef Vlach notifications@github.com wrote:

@ag91 There is already similar functionality implemented in https://github.com/hvesalai/emacs-sbt-mode/blob/master/sbt-mode-hydra.el#L464-L490