-
M.E.L authored
- DEFTEST - DEFINING-TESTS: Test for DEFTEST. - FAILING-ASSERTIONS-IN-TESTS: Test for effects of failing assertions in tests. - Makefile: Just for 'make check' - Infrastructure for testing CL-SIMPLE-TEST. - License and explanations in README.md. For details see commit log below. commit 4c03586c82752e9114b42025329d83415e8d0820 Author: M.E.L <mel@rustbelt> Date: Sat Jan 7 17:43:29 2023 +0100 Completed text on licensing in README.md commit 0912002430e538db5fe9b454bee7966c82f6dadb Author: M.E.L <mel@rustbelt> Date: Sat Jan 7 01:51:59 2023 +0100 LICENSE.md; Some notes on licensing in README.md commit c9b0d1e705a0ac9330468d98e44a0d9158bf5c59 Author: M.E.L <mel@rustbelt> Date: Fri Jan 6 20:45:04 2023 +0100 Test FAILING-ASSERTIONS-IN-TESTS; Fix: Running tests in test.lisp in order of definition. - Fixed: RUN-TESTS-LOCAL now runs the tests from test.lisp in order of their definition. - Added: FAILING-ASSERTIONS-IN-TESTS: Check that errors raised by feiling assertions actually escape the tests defined with DEFTEST. commit 69b2dbf0c3c25dcd348feea68b321eeaf786fc99 Author: M.E.L <mel@rustbelt> Date: Fri Jan 6 19:52:47 2023 +0100 DEFINING-TESTS: Checks DEFTEST. - New: DEFTEST-LOCAL DEFINING-TESTS. - Added in test-lisp: Print test documentation when executing the test. commit 1f1d99b87fdb5b28dae370fc614e118a86472624 Author: M.E.L <mel@rustbelt> Date: Fri Jan 6 19:05:39 2023 +0100 DEFTEST and infrastructure for testing cl-simple-test. - New: Makefile (mostly for 'make check') - New: simple-test.lisp and de.m-e-leypold.cl-simple-test.asd. - New: DEFTEST, RESET-TEST-RUN-STATE, RESET-TEST-DEFINITIONS. - New: test.lisp with infrastructure for testing cl-simple-test. - Added: Fragments in README.md - New: .dir-locals.el with settings for outshine mode in lisp files. commit a9d5ad36 Author: M.E.L <mel@rustbelt> Date: Thu Jan 5 16:13:16 2023 +0100 Project: cl-simple-test; full name de.m-e-leypold.cl-simple-test Very simple assert based testing for common lisp. This micro framwork will mostly be used to bootstrap a more ambitious framework (cl-test).
37d712ccM.E.L authored- DEFTEST - DEFINING-TESTS: Test for DEFTEST. - FAILING-ASSERTIONS-IN-TESTS: Test for effects of failing assertions in tests. - Makefile: Just for 'make check' - Infrastructure for testing CL-SIMPLE-TEST. - License and explanations in README.md. For details see commit log below. commit 4c03586c82752e9114b42025329d83415e8d0820 Author: M.E.L <mel@rustbelt> Date: Sat Jan 7 17:43:29 2023 +0100 Completed text on licensing in README.md commit 0912002430e538db5fe9b454bee7966c82f6dadb Author: M.E.L <mel@rustbelt> Date: Sat Jan 7 01:51:59 2023 +0100 LICENSE.md; Some notes on licensing in README.md commit c9b0d1e705a0ac9330468d98e44a0d9158bf5c59 Author: M.E.L <mel@rustbelt> Date: Fri Jan 6 20:45:04 2023 +0100 Test FAILING-ASSERTIONS-IN-TESTS; Fix: Running tests in test.lisp in order of definition. - Fixed: RUN-TESTS-LOCAL now runs the tests from test.lisp in order of their definition. - Added: FAILING-ASSERTIONS-IN-TESTS: Check that errors raised by feiling assertions actually escape the tests defined with DEFTEST. commit 69b2dbf0c3c25dcd348feea68b321eeaf786fc99 Author: M.E.L <mel@rustbelt> Date: Fri Jan 6 19:52:47 2023 +0100 DEFINING-TESTS: Checks DEFTEST. - New: DEFTEST-LOCAL DEFINING-TESTS. - Added in test-lisp: Print test documentation when executing the test. commit 1f1d99b87fdb5b28dae370fc614e118a86472624 Author: M.E.L <mel@rustbelt> Date: Fri Jan 6 19:05:39 2023 +0100 DEFTEST and infrastructure for testing cl-simple-test. - New: Makefile (mostly for 'make check') - New: simple-test.lisp and de.m-e-leypold.cl-simple-test.asd. - New: DEFTEST, RESET-TEST-RUN-STATE, RESET-TEST-DEFINITIONS. - New: test.lisp with infrastructure for testing cl-simple-test. - Added: Fragments in README.md - New: .dir-locals.el with settings for outshine mode in lisp files. commit a9d5ad36 Author: M.E.L <mel@rustbelt> Date: Thu Jan 5 16:13:16 2023 +0100 Project: cl-simple-test; full name de.m-e-leypold.cl-simple-test Very simple assert based testing for common lisp. This micro framwork will mostly be used to bootstrap a more ambitious framework (cl-test).
This project is licensed under the GNU General Public License v3.0 or later.
Learn more
Loading