Documention for: simple-test.r Created by: peterwood on: 16-Mar-2010 Last updated by: peterwood on: 3-Mar-2011 Format: text/editable Downloaded on: 30-Apr-2025 [h1 Simple Test [p simple-test is a simple REBOL testing framework. It uses the same overall approach as RUnit (which can be found in the REBOL.org script library). The main differences between simple-test and RUnit are: [list [li [p There are no restrictions on test filenames; [li [p Only the code being tested is timed, not the assertion as well; [li [p There is more flexibility for setup and teardown code; [li [p There are more "Rebolish" assertions such as assert unset. [li [p It runs under both REBOL 2 and the REBOL 3 Alpha [p Though due to a bug in the REBOL 3 Alpha (curecode ticket #1361), simple-test is not currently able to trap all script errors in REBOL 3. list] [p simple-test is an off-shoot of a higher-level testing framework that I have been working on with Gregg Irwin. In future, I hope to fold simple-test back into that framework as its underlying testing engine. I would like to thank Gregg for his contribution. [p For more info please read the [link http://peterwawood.com/simple-test/docs.html "Simple Test Docs"