From 79a22046c93aa770cb2393a288cb0fab13febed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 2 Nov 2023 17:46:05 +0100 Subject: Fix rec advance test. --- tests/unit/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/unit/README.md (limited to 'tests/unit/README.md') diff --git a/tests/unit/README.md b/tests/unit/README.md new file mode 100644 index 00000000..e0252627 --- /dev/null +++ b/tests/unit/README.md @@ -0,0 +1,12 @@ +Unit tests +========== + +Unit tests are grouped into directories according to what I felt like. The +groups doesn't actually do anything (except allow easier running of only some). + +Each test file is written as a module declaration, since that make Guile +slightly happier, and should end with a quoted list of modules which are +explicitly tested in that file. Later, the coverage data from that test +will be limited to the modules specified. This gives *much* better coverage +data, and ensures that we actually cover all procedures with tests, instead +of them being covered by some test "higher up" in the chain. -- cgit v1.2.3