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

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

[nongnu] elpa/webpaste 346b5bc 087/298: Rename tests to be prefixed


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 346b5bc 087/298: Rename tests to be prefixed
Date: Thu, 9 Dec 2021 18:59:50 -0500 (EST)

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

    Rename tests to be prefixed
---
 test/webpaste-test.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/webpaste-test.el b/test/webpaste-test.el
index 7bd414b..4fcd215 100644
--- a/test/webpaste-test.el
+++ b/test/webpaste-test.el
@@ -4,7 +4,7 @@
 (require 'ert)
 (require 'webpaste)
 
-(ert-deftest webpaste-autopupulate-provider-priority ()
+(ert-deftest webpaste--autopupulate-provider-priority ()
   "Test autopopulate of webpaste-provider-priority."
 
   (setq-default webpaste-provider-priority nil)
@@ -17,7 +17,7 @@
                  '("provider1" "provider2" "provider3"))))
 
 
-(ert-deftest callback-from-working-provider ()
+(ert-deftest webpaste--callback-from-working-provider ()
   "This test just sends a message to a good provider that just works."
 
   ;; Temporal storage for result
@@ -41,7 +41,7 @@
     (should (string= returned-result "Works: test-string"))))
 
 
-(ert-deftest callback-from-working-provider-as-fallback ()
+(ert-deftest webpaste--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



reply via email to

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