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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

spacemacs/ert-run-tests-buffer runs too many tests #7266

Closed
bmag opened this issue Oct 4, 2016 · 1 comment
Closed

spacemacs/ert-run-tests-buffer runs too many tests #7266

bmag opened this issue Oct 4, 2016 · 1 comment

Comments

@bmag
Copy link
Collaborator

bmag commented Oct 4, 2016

Description :octocat:

spacemacs/ert-run-tests-buffer runs all defined tests, instead of just the tests defined in the current buffer.

Reproduction guide 馃

  • Start Emacs
  • open an Elisp buffer with tests
  • press , t b: the buffer's tests are executed
  • open another Elisp buffer with tests
  • press , t b

Observed behaviour: 馃憖 馃挃
The tests of both buffers are executed.

Expected behaviour: 鉂わ笍 馃槃
Only the tests of the second buffer are executed.

System Info 馃捇

  • OS: windows-nt
  • Emacs: 25.1.1
  • Spacemacs: 0.200.0
  • Spacemacs branch: fix-ivy-persp-restriction (rev. 2fe339d)
  • Graphic display: t
  • Distribution: spacemacs-base
  • Editing style: hybrid
  • Completion: ivy
  • Layers:
((spacemacs-editing :packages
                    (avy expand-region smartparens))
 (spacemacs-editing-visual :packages
                           (auto-highlight-symbol))
 (spacemacs-evil :packages
                 (evil-lisp-state evil-iedit-state evil-nerd-commenter evil-numbers evil-surround evil-exchange))
 spacemacs-layouts
 (spacemacs-ui :packages
               (restart-emacs))
 (spacemacs-ui-visual :packages
                      (golden-ratio fill-column-indicator))
 ivy auto-completion emacs-lisp git markdown org
 (spacemacs-org :packages
                (not toc-org))
 (latex :variables latex-enable-auto-fill t latex-enable-folding t)
 imenu-list)
@TheBB
Copy link
Collaborator

TheBB commented Oct 20, 2016

Should be fixed in master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants