emacs/test/lisp/emacs-lisp
Damien Cassou bd22beb6e4 Add seq-random-elt to seq.el
* lisp/emacs-lisp/seq.el (seq-random-elt): Add function to return a
  random element from it's sequence parameter.

* test/lisp/emacs-lisp/seq-tests.el (test-seq-random-elt-take-all
  test-seq-random-elt-return-nil): Test the new function

* doc/lispref/sequences.texi: Document the new function
2016-10-25 12:32:57 +02:00
..
eieio-tests
package-resources
bytecomp-tests.el Incorporate lexbind-tests.el in bytecomp-test.el 2016-09-24 12:53:46 +03:00
cl-generic-tests.el
cl-lib-tests.el
cl-seq-tests.el cl-seq: Remove max limit on input sequence length 2016-10-20 19:51:55 +09:00
ert-tests.el
ert-x-tests.el Remove ‘ert-with-function-mocked’ macro in favour of ‘cl-letf’ macro 2016-06-08 19:10:59 +02:00
generator-tests.el
let-alist-tests.el Don’t consider nested let-alist forms 2016-10-08 18:36:54 +02:00
lisp-tests.el Incorporate syntax-tests in lisp-tests. 2016-09-24 13:20:19 +03:00
map-tests.el Add new function map-do 2016-06-18 10:10:00 +02:00
nadvice-tests.el
package-tests.el * test/lisp/emacs-lisp/package-tests.el 2016-06-08 12:47:08 -04:00
pcase-tests.el
regexp-opt-tests.el
ring-tests.el * lisp/emacs-lisp/ring.el: Use lexical-binding 2016-09-09 18:46:55 +02:00
seq-tests.el Add seq-random-elt to seq.el 2016-10-25 12:32:57 +02:00
subr-x-tests.el
tabulated-list-test.el
thunk-tests.el
timer-tests.el