wak-testeez 0.2.0

Lightweight Unit Test Mechanism

Testeez is a simple lightweight unit test mechanism for R5RS Scheme. It was written to support regression test suites embedded within the source code files of the author's portable Scheme libraries.

$ akku update
$ akku install wak-testeez
$ .akku/env
Authors

Neil Van Dyke

Uploaded to Akku by Göran Weinholt

Homepage

Information missing.

License

LGPL-2.1-or-later

Dependencies

^0.0.0-akku
^0.1.0-akku

Source code

https://gitlab.com/weinholt/wak-testeez.git git
3f81d147847159bb9e78a1a917164d9ab3800cde

Package contents

  • (wak testeez run-env) R6
    • → only-dialects all-dialects-except this-directory test-environment
    • ← (rnrs base) R6
    • ← (spells lists)
    • ← (spells parameter)
    • ← (spells pathname)
    • ← (spells include)
  • (wak testeez run) R6
    • → run-tests run-tests-and-exit run-tests-in-directory run-tests-in-file main
    • ← (rnrs base) R6
    • ← (rnrs eval) R6
    • ← (rnrs control) R6
    • ← (rnrs io simple) R6
    • ← (rnrs lists) R6
    • ← (rnrs exceptions) R6
    • ← (rnrs programs) R6
    • ← (spells strings)
    • ← (spells char-set)
    • ← (spells misc)
    • ← (spells parameter)
    • ← (spells filesys)
    • ← (spells pathname)
    • ← (spells tracing)
    • ← (spells include)
    • ← (wak testeez)
    • ← (wak testeez utils)
    • ← (wak testeez run-env)
  • (wak testeez utils) R6
    • → object->string format-exception
    • ← (rnrs base) R6
    • ← (rnrs io ports) R6
    • ← (rnrs io simple) R6
    • ← (rnrs conditions) R6
    • ← (spells include)
  • (wak testeez) R6
    • → testeez set-log-level!
    • ← (rnrs base) R6
    • ← (rnrs io simple) R6
    • ← (rnrs exceptions) R6
    • ← (spells include)
    • ← (wak testeez utils)

Version history

  • 2018-05-13 ~ 0.2.0