(define-module (srfi srfi-64) #:export (test-begin ;; must be listed first, since in Kawa (at least) it is "magic". test-end test-assert test-eqv test-eq test-equal test-approximate test-assert test-error test-apply test-with-runner test-match-nth test-match-all test-match-any test-match-name test-skip test-expect-fail test-read-eval-string test-runner-group-path test-group-with-cleanup test-result-ref test-result-set! test-result-clear test-result-remove test-result-kind test-passed? test-log-to-file ; Misc test-runner functions test-runner? test-runner-reset test-runner-null test-runner-simple test-runner-current test-runner-factory test-runner-get test-runner-create test-runner-test-name ;; test-runner field setter and getter functions - see %test-record-define: test-runner-pass-count test-runner-pass-count! test-runner-fail-count test-runner-fail-count! test-runner-xpass-count test-runner-xpass-count! test-runner-xfail-count test-runner-xfail-count! test-runner-skip-count test-runner-skip-count! test-runner-group-stack test-runner-group-stack! test-runner-on-test-begin test-runner-on-test-begin! test-runner-on-test-end test-runner-on-test-end! test-runner-on-group-begin test-runner-on-group-begin! test-runner-on-group-end test-runner-on-group-end! test-runner-on-final test-runner-on-final! test-runner-on-bad-count test-runner-on-bad-count! test-runner-on-bad-end-name test-runner-on-bad-end-name! test-result-alist test-result-alist! test-runner-aux-value test-runner-aux-value! ;; default/simple call-back functions, used in default test-runner, ;; but can be called to construct more complex ones. test-on-group-begin-simple test-on-group-end-simple test-on-bad-count-simple test-on-bad-end-name-simple test-on-final-simple test-on-test-end-simple test-on-final-simple)) ;; Load Per Bothner's original SRFI-64 implementation. (load-from-path "srfi/srfi-64.upstream.scm") href='/guix/log/gnu/packages/calendar.scm?id=bd31f1df4703b8c8bc76f2f401803427528be975'>calendar.scm
AgeCommit message (Expand)Author
2020-07-12gnu: Remove ".git" from "https://github/…/….git"....Ludovic Courtès
2020-05-26gnu: libical: Update to 3.0.8....Marius Bakke
2020-04-19Merge branch 'master' into core-updatesMarius Bakke
2020-04-18gnu: libical: Enable introspection and Vala bindings....Kei Kebreau
2020-04-17gnu: khal: Move propagated inputs to inputs....Efraim Flashner
2020-04-17gnu: khal: Fix build with python-urwid-2.1.0....Efraim Flashner
2020-03-19gnu: Add date....Brendan Tildesley
2020-02-03gnu: libical: Add upstream patch to preserve API compatibility....Marius Bakke
2020-01-19gnu: libical: Update to 3.0.7....Marius Bakke
2019-12-12gnu: remind: Update to 3.1.17....Tobias Geerinckx-Rice
2019-10-08gnu: libical: Update to 3.0.6....Marius Bakke
2019-05-24gnu: libical: Update to 3.0.5....Marius Bakke
2019-05-24gnu: Move Sphinx and friends to (gnu packages sphinx)....Marius Bakke
2019-04-14gnu: khal: Use HTTPS home page....Tobias Geerinckx-Rice
2019-04-14gnu: khal: Update to 0.10.1....Tobias Geerinckx-Rice
2019-03-30gnu: khal: Update to 0.10.0....Leo Famulari
2019-02-21gnu: remind: Update to 3.1.16....Tobias Geerinckx-Rice