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

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

[nongnu] elpa/webpaste 7d08f87 254/298: integration-tests: Change filter


From: ELPA Syncer
Subject: [nongnu] elpa/webpaste 7d08f87 254/298: integration-tests: Change filtering of local/ci provider tests
Date: Thu, 9 Dec 2021 19:00:24 -0500 (EST)

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

    integration-tests: Change filtering of local/ci provider tests
---
 Makefile                                     |  2 +-
 tests/integration/test-webpaste-providers.el | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index 86014ee..9b58845 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ EMACS ?= emacs
 CASK ?= cask
 
 ifeq ($(TRAVIS),true)
-       PATTERN=--pattern 'ci: can paste with'
+       PATTERN=--pattern '\[ci\]'
 endif
 
 all: test
diff --git a/tests/integration/test-webpaste-providers.el 
b/tests/integration/test-webpaste-providers.el
index 2cebaed..be7dd6c 100644
--- a/tests/integration/test-webpaste-providers.el
+++ b/tests/integration/test-webpaste-providers.el
@@ -19,7 +19,7 @@
 
 
  (it
-  "ci: can paste with ix.io"
+  "can paste with ix.io [ci]"
 
   (funcall (webpaste--get-provider-by-name "ix.io") paste-message :sync t)
 
@@ -28,7 +28,7 @@
 
 
  (it
-  "ci: can paste with dpaste.com"
+  "can paste with dpaste.com [ci]"
 
   (funcall (webpaste--get-provider-by-name "dpaste.com") paste-message :sync t)
 
@@ -37,7 +37,7 @@
 
 
  (it
-  "ci: can paste with dpaste.de"
+  "can paste with dpaste.de [ci]"
 
   (funcall (webpaste--get-provider-by-name "dpaste.de") paste-message :sync t)
 
@@ -46,7 +46,7 @@
 
 
  (it
-  "local: can paste with gist.github.com"
+  "can paste with gist.github.com [local]"
 
   ;; Override function to extract filename from a filepath, otherwise it breaks
   ;; during integration tests
@@ -59,7 +59,7 @@
 
 
  (it
-  "ci: can paste with paste.pound-python.org"
+  "can paste with paste.pound-python.org [ci]"
 
   (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]