nndiscourse/tests/test-uncacheable.el

7 lines
276 B
EmacsLisp

(require 'nndiscourse-test)
;; since nndiscourse has fixed numbering, maybe we *can* use gnus-cache
(ert-deftest nndiscourse-could-cache ()
(should (featurep 'gnus-cache))
(should-not (string-match (or gnus-uncacheable-groups "$a") "nndiscourse+emacs-china.org:emacs")))