Skip to content

Add CLI for running elixir-mode tests. #52

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

Merged
merged 2 commits into from
Jul 5, 2014
Merged

Add CLI for running elixir-mode tests. #52

merged 2 commits into from
Jul 5, 2014

Conversation

mattdeboard
Copy link
Contributor

This solves an annoying issue I was having running the tests repeatedly. As I made changes, I would have to M-x eval-buffer for each buffer that changed, then run the tests.

Here, run_tests invokes a new Emacs process in batch mode. If there are test failures, the shell script gives the user the option to re-run the tests in a regular, non-batch Emacs session.

mattdeboard added a commit that referenced this pull request Jul 5, 2014
Add CLI for running elixir-mode tests.
@mattdeboard mattdeboard merged commit 4144d93 into master Jul 5, 2014
@mattdeboard mattdeboard deleted the tests-cli branch July 5, 2014 22:00
J3RN pushed a commit to J3RN/emacs-elixir that referenced this pull request Apr 24, 2021
J3RN pushed a commit to J3RN/emacs-elixir that referenced this pull request Apr 24, 2021
This is because the dialyzer implementation relies on
`dialyzer_utils:get_core_from_beam/1` which was added in OTP 20 along with the
Dbgi chunk in:

erlang/otp@dfb899c
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.

1 participant