emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/with-simulated-input c8389984e6 088/134: Update Eldev file


From: ELPA Syncer
Subject: [nongnu] elpa/with-simulated-input c8389984e6 088/134: Update Eldev file
Date: Mon, 10 Jan 2022 23:00:08 -0500 (EST)

branch: elpa/with-simulated-input
commit c8389984e617957c0e39a413ed39242b7874f13c
Author: Ryan C. Thompson <rct@thompsonclan.org>
Commit: Ryan C. Thompson <rct@thompsonclan.org>

    Update Eldev file
---
 Eldev                              | 11 ++++-------
 tests/test-with-simulated-input.el |  3 ---
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/Eldev b/Eldev
index 4967272da3..ed4367454c 100644
--- a/Eldev
+++ b/Eldev
@@ -1,14 +1,11 @@
-; -*- mode: emacs-lisp; lexical-binding: t; no-byte-compile: t -*-
+;; -*- mode: emacs-lisp; lexical-binding: t; no-byte-compile: t -*-
+
+(eldev-use-plugin 'undercover)
 
-;; Uncomment some calls below as needed for your project.  It is not
-;; recommended to use `melpa-unstable' unless some dependencies simply
-;; cannot be downloaded from another archive.
 (eldev-use-package-archive 'gnu)
-(eldev-use-package-archive 'melpa-stable)
+(eldev-use-package-archive 'melpa)
 
 (setq eldev-test-framework 'buttercup)
 
-(eldev-add-extra-dependencies '(test emacs) 'undercover)
-
 ;; Tell checkdoc not to demand two spaces after a period.
 (setq sentence-end-double-space nil)
diff --git a/tests/test-with-simulated-input.el 
b/tests/test-with-simulated-input.el
index 47042a76dc..7aa6f7e6aa 100644
--- a/tests/test-with-simulated-input.el
+++ b/tests/test-with-simulated-input.el
@@ -1,8 +1,5 @@
 ;;; -*- lexical-binding: t -*-
 
-(require 'undercover)
-(undercover "with-simulated-input.el")
-
 (require 'with-simulated-input)
 (require 'cl-lib)
 (require 'buttercup)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]