Rename tests to be prefixed

master
Elis Axelsson 9 years ago
parent e11ce74a8c
commit 346b5bcde0
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F
  1. 6
      test/webpaste-test.el

@ -4,7 +4,7 @@
(require 'ert) (require 'ert)
(require 'webpaste) (require 'webpaste)
(ert-deftest webpaste-autopupulate-provider-priority () (ert-deftest webpaste--autopupulate-provider-priority ()
"Test autopopulate of webpaste-provider-priority." "Test autopopulate of webpaste-provider-priority."
(setq-default webpaste-provider-priority nil) (setq-default webpaste-provider-priority nil)
@ -17,7 +17,7 @@
'("provider1" "provider2" "provider3")))) '("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." "This test just sends a message to a good provider that just works."
;; Temporal storage for result ;; Temporal storage for result
@ -41,7 +41,7 @@
(should (string= returned-result "Works: test-string")))) (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. "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 Then the bad provider pastes again like it should and we check that we got the

Loading…
Cancel
Save