emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 25775a1: * CONTRIBUTE: Encourage adding tests.


From: Karl Fogel
Subject: [Emacs-diffs] master 25775a1: * CONTRIBUTE: Encourage adding tests.
Date: Tue, 10 Nov 2015 21:28:51 +0000

branch: master
commit 25775a12c5168b0494dff15639ac25d8e1017530
Author: Karl Fogel <address@hidden>
Commit: Karl Fogel <address@hidden>

    * CONTRIBUTE: Encourage adding tests.
    
    Based on this post from John Wiegley:
    
      From: "John Wiegley" <address@hidden>
      Subject: Re: [Emacs-diffs] master 1f02cbe: Fix bug#21766 and add test
      To: Juanma Barranquero <address@hidden>
      Cc: address@hidden, address@hidden,
          emacs-devel <address@hidden>
      Date: Wed, 28 Oct 2015 18:45:29 -0700
      Message-ID: <address@hidden>
    
      https://lists.gnu.org/archive/html/emacs-devel/2015-10/msg02372.html
---
 CONTRIBUTE |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/CONTRIBUTE b/CONTRIBUTE
index 0ca5d0d..2aae251 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -248,7 +248,9 @@ for documentation errors before submitting a patch.
 ** Test your changes.
 
 Please test your changes before committing them or sending them to the
-list.
+list.  If possible, add a new test along with any bug fix or new
+functionality you commit (of course, some changes cannot be easily
+tested).
 
 Emacs uses ERT, Emacs Lisp Regression Testing, for testing.  See (info
 "(ert)") or https://www.gnu.org/software/emacs/manual/html_node/ert/



reply via email to

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