[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 4c1f6cd 094/184: ivy-test.el: Update
From: |
Oleh Krehel |
Subject: |
[elpa] master 4c1f6cd 094/184: ivy-test.el: Update |
Date: |
Wed, 16 Oct 2019 13:14:58 -0400 (EDT) |
branch: master
commit 4c1f6cd9dec881ea4289368fd08462f42f9b8f94
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>
ivy-test.el: Update
---
ivy-test.el | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
diff --git a/ivy-test.el b/ivy-test.el
index 3faa04e..1bd6974 100644
--- a/ivy-test.el
+++ b/ivy-test.el
@@ -1417,16 +1417,19 @@ a buffer visiting a file."
"/sudo::/tmp/")))
(defun ivy-test-run-tests ()
- (let ((stats1
- ;; this test must run first as other tests might force a load
- (ert-run-tests-batch 'ivy--lazy-load-ffap--ffap-url-p))
- (stats2
- ;; run the rest of the tests
- (ert-run-tests-batch '(not ivy--lazy-load-ffap--ffap-url-p))))
- (kill-emacs (if (zerop (+ (ert-stats-completed-unexpected stats1)
- (ert-stats-completed-unexpected stats2)))
- 0
- 1))))
+ (let ((test-sets
+ '(
+ ;; this test must run first as other tests might force a load
+ ivy--lazy-load-ffap--ffap-url-p
+ ;; run the rest of the tests
+ (not ivy--lazy-load-ffap--ffap-url-p)))
+ (unexpected 0))
+ (dolist (test-set test-sets)
+ (cl-incf
+ unexpected
+ (ert-stats-completed-unexpected
+ (ert-run-tests-batch test-set))))
+ (kill-emacs (if (zerop unexpected) 0 1))))
(provide 'ivy-test)
- [elpa] master 943eb01 108/184: counsel.el (counsel-mark-ring): Goto actual point instead of line, (continued)
- [elpa] master 943eb01 108/184: counsel.el (counsel-mark-ring): Goto actual point instead of line, Oleh Krehel, 2019/10/16
- [elpa] master 36045f7 003/184: doc/Changelog.org: Fixup, Oleh Krehel, 2019/10/16
- [elpa] master 4389a26 056/184: ivy-overlay.el (ivy-overlay-show-after): Check window height better, Oleh Krehel, 2019/10/16
- [elpa] master 1332ab0 068/184: counsel.el (counsel-compile-env-pattern): Fix regex typo, Oleh Krehel, 2019/10/16
- [elpa] master beb3aee 080/184: ivy.el (ivy--directory-done): Handle "/ C-j" on remote, Oleh Krehel, 2019/10/16
- [elpa] master e62e7de 090/184: ivy-test.el (ivy-test-run-tests): Fix, Oleh Krehel, 2019/10/16
- [elpa] master 73d9f4a 083/184: Place cursor at the begging of matches (for grep), Oleh Krehel, 2019/10/16
- [elpa] master 361cf87 070/184: ivy-test.el (counsel-find-file-with-dollars): Remove, Oleh Krehel, 2019/10/16
- [elpa] master 7cca04a 088/184: doc/ivy.org: Document the marking feature, Oleh Krehel, 2019/10/16
- [elpa] master 3be5e78 084/184: counsel.el (counsel-git-grep-action): Check re-search-forward, Oleh Krehel, 2019/10/16
- [elpa] master 4c1f6cd 094/184: ivy-test.el: Update,
Oleh Krehel <=
- [elpa] master 47f6427 105/184: counsel.el (counsel-compile): favour project root over default-directory, Oleh Krehel, 2019/10/16
- [elpa] master 09507fc 109/184: counsel.el (counsel-mark-ring): Fix highlight line of selected candidate, Oleh Krehel, 2019/10/16
- [elpa] master 46db1b9 107/184: counsel.el (counsel-mark-ring): Add customize variable to sort or not, Oleh Krehel, 2019/10/16
- [elpa] master c0aa563 112/184: ivy.el (ivy-occur): Set up next-error-function, Oleh Krehel, 2019/10/16
- [elpa] master 1a74a21 110/184: ivy-occur: setup for next-error., Oleh Krehel, 2019/10/16
- [elpa] master 30adc93 115/184: Add actions to counsel-switch-buffer, Oleh Krehel, 2019/10/16
- [elpa] master 892e44a 079/184: doc: Add full text of licences, Oleh Krehel, 2019/10/16
- [elpa] master 4645e89 121/184: swiper.el (swiper-action-copy): Add and bind to "M-o w", Oleh Krehel, 2019/10/16
- [elpa] master 77997ea 120/184: counsel.el (counsel-M-x-transformer): Handle read-only strings, Oleh Krehel, 2019/10/16
- [elpa] master 1984068 122/184: doc/ivy.org: Update GFDL license to no Invariant Sections, Oleh Krehel, 2019/10/16