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

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

[nongnu] elpa/webpaste b47767f 229/298: Prefix integration test names to


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste b47767f 229/298: Prefix integration test names to filter them out easily if they seem
Date: Thu, 9 Dec 2021 19:00:19 -0500 (EST)

branch: elpa/webpaste
commit b47767f4e18c129db61f086a979ff00be63a0ba2
Author: Elis Hirwing <elis@hirwing.se>
Commit: Elis Hirwing <elis@hirwing.se>

    Prefix integration test names to filter them out easily if they seem
    to be broken from CI systems
---
 Makefile                                     |  2 +-
 tests/integration/test-webpaste-providers.el | 14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/Makefile b/Makefile
index b3a0bc3..86014ee 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ EMACS ?= emacs
 CASK ?= cask
 
 ifeq ($(TRAVIS),true)
-       PATTERN=--pattern 'can paste with \([^g]\|g[^i]\|gi[^s]\)'
+       PATTERN=--pattern 'ci: can paste with'
 endif
 
 all: test
diff --git a/tests/integration/test-webpaste-providers.el 
b/tests/integration/test-webpaste-providers.el
index 83df1d8..bc9eccd 100644
--- a/tests/integration/test-webpaste-providers.el
+++ b/tests/integration/test-webpaste-providers.el
@@ -19,7 +19,7 @@
 
 
  (it
-  "can paste with ptpb.pw"
+  "ci: can paste with ptpb.pw"
 
   (funcall (webpaste--get-provider-by-name "ptpb.pw") paste-message :sync t)
 
@@ -28,7 +28,7 @@
 
 
  (it
-  "can paste with ix.io"
+  "ci: can paste with ix.io"
 
   (funcall (webpaste--get-provider-by-name "ix.io") paste-message :sync t)
 
@@ -37,7 +37,7 @@
 
 
  (it
-  "can paste with sprunge.us"
+  "local: can paste with sprunge.us"
 
   (funcall (webpaste--get-provider-by-name "sprunge.us") paste-message :sync t)
 
@@ -46,7 +46,7 @@
 
 
  (it
-  "can paste with dpaste.com"
+  "ci: can paste with dpaste.com"
 
   (funcall (webpaste--get-provider-by-name "dpaste.com") paste-message :sync t)
 
@@ -55,7 +55,7 @@
 
 
  (it
-  "can paste with dpaste.de"
+  "ci: can paste with dpaste.de"
 
   (funcall (webpaste--get-provider-by-name "dpaste.de") paste-message :sync t)
 
@@ -64,7 +64,7 @@
 
 
  (it
-  "can paste with gist.github.com"
+  "local: can paste with gist.github.com"
 
   ;; Override function to extract filename from a filepath, otherwise it breaks
   ;; during integration tests
@@ -77,7 +77,7 @@
 
 
  (it
-  "can paste with paste.pound-python.org"
+  "ci: can paste with paste.pound-python.org"
 
   (funcall (webpaste--get-provider-by-name "paste.pound-python.org") 
paste-message :sync t)
 



reply via email to

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