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

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

[nongnu] elpa/webpaste 8861ed8 102/298: Added license-badge, renamed tes


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 8861ed8 102/298: Added license-badge, renamed test-vars, stop providing webpaste-test
Date: Thu, 9 Dec 2021 18:59:53 -0500 (EST)

branch: elpa/webpaste
commit 8861ed8c1093c5e64bf14423e66377de98bb27cf
Author: Elis Axelsson <elis.axelsson@gmail.com>
Commit: Elis Axelsson <elis.axelsson@gmail.com>

    Added license-badge, renamed test-vars, stop providing webpaste-test
---
 README.org            | 3 ++-
 test/test-helper.el   | 8 ++++----
 test/webpaste-test.el | 5 ++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.org b/README.org
index eea401a..760b1e3 100644
--- a/README.org
+++ b/README.org
@@ -1,9 +1,10 @@
+* Webpaste.el -- Paste text to pastebin-like services
+[[https://www.gnu.org/licenses/gpl-3.0.txt][https://img.shields.io/badge/license-GPL_3-green.svg]]
 [[https://melpa.org/#/webpaste][https://melpa.org/packages/webpaste-badge.svg]]
 
[[https://stable.melpa.org/#/webpaste][https://stable.melpa.org/packages/webpaste-badge.svg]]
 
[[https://travis-ci.org/etu/webpaste.el][https://travis-ci.org/etu/webpaste.el.svg?branch=master]]
 
[[https://coveralls.io/github/etu/webpaste.el?branch=master][https://coveralls.io/repos/github/etu/webpaste.el/badge.svg?branch=master]]
 
-* Webpaste.el -- Paste text to pastebin-like services
 This mode allows to paste whole buffers or parts of buffers to
 pastebin-like services. It supports more than one service and will
 failover if one service fails. More services can easily be added
diff --git a/test/test-helper.el b/test/test-helper.el
index fdec244..f56c5d7 100644
--- a/test/test-helper.el
+++ b/test/test-helper.el
@@ -5,14 +5,14 @@
 (require 'ert)
 (require 'undercover)
 
-(defvar webpaste-test--test-path
+(defvar webpaste-test/test-path
   (f-parent (f-this-file)))
 
-(defvar webpaste-test--root-path
-  (f-parent webpaste-test--test-path))
+(defvar webpaste-test/root-path
+  (f-parent webpaste-test/test-path))
 
 (undercover "webpaste.el")
 
-(require 'webpaste (f-expand "webpaste" webpaste-test--root-path))
+(require 'webpaste (f-expand "webpaste" webpaste-test/root-path))
 
 ;;; test-helper.el ends here
diff --git a/test/webpaste-test.el b/test/webpaste-test.el
index 622fdf4..f7c5d34 100644
--- a/test/webpaste-test.el
+++ b/test/webpaste-test.el
@@ -42,7 +42,7 @@
 
 
 
-(ert-deftest webpaste--callback-from-working-provider ()
+(ert-deftest webpaste-test/callback-from-working-provider ()
   "This test just sends a message to a good provider that just works."
 
   ;; Temporal storage for result
@@ -67,7 +67,7 @@
 
 
 
-(ert-deftest webpaste--callback-from-working-provider-as-fallback ()
+(ert-deftest webpaste-test/callback-from-working-provider-as-fallback ()
   "This test sends a message to a bad provider that returns some error data.
 
 Then the bad provider pastes again like it should and we check that we got the
@@ -104,5 +104,4 @@ result from the good provider only."
 
 
 
-(provide 'webpaste-test)
 ;;; webpaste-test.el ends here



reply via email to

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