From e2778e07b3326a956051b6edac05668779618732 Mon Sep 17 00:00:00 2001 From: DatuX Date: Mon, 7 Mar 2022 22:33:41 +0100 Subject: [PATCH] Updated Development (markdown) --- Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development.md b/Development.md index 70e7e09..574ccf0 100644 --- a/Development.md +++ b/Development.md @@ -29,7 +29,7 @@ ZfsAutoverify.py v3.2-alpha1 - (c)2021 E.H.Eefting (edwin@datux.nl) ## Automated test suites -I'm using a test driven design process, usually i start with creating the test and then writing the code. +I'm using a test driven design process, usually i write the code and corresponding tests in unison. The tests run against actual zfs commands and create a lot of temporary pools via loopback-images in the /tmp dir. Therefore the tests need root to run.