Skip to content

No longer provide a feature in test-helper.el #395

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 1 commit into from
Sep 19, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions test/elixir-mode-font-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

;;; Code:

(require 'test-helper)

(defun elixir-test-face-at (pos &optional content)
"Get the face at POS in CONTENT.

Expand Down
2 changes: 0 additions & 2 deletions test/elixir-mode-indentation-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

;;; Code:

(require 'test-helper)

(elixir-def-indentation-test indent-use-dot-module-newline
(:tags '(indentation))
"defmodule Foo do
Expand Down
2 changes: 0 additions & 2 deletions test/elixir-mode-moving-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

;;; Code:

(require 'test-helper)

(ert-deftest beginning-of-defun ()
:tags '(moving)
(elixir-test-with-temp-buffer
Expand Down
2 changes: 0 additions & 2 deletions test/test-helper.el
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,4 @@
(defun ert-runner/run-tests-batch-and-exit (selector)
(ert-run-tests-interactively selector)))

(provide 'test-helper)

;;; test-helper.el ends here