Updated Development (markdown)

DatuX
2023-10-02 23:13:08 +02:00
parent 09ac859f3d
commit 06e178859a

@ -31,13 +31,13 @@ ZfsAutoverify.py v3.2-alpha1 - (c)2021 E.H.Eefting (edwin@datux.nl)
I'm using a test driven design process, usually i write the code and corresponding tests in unison.
### Running tests via docker
## Running tests via docker
This is the easiest way to run the testsuite against the zfs modules in the running kernel. It will use Alpine for the zfs userspace utilities.
From the main repo just run: `./tests/run_tests_docker`
### Running directly (without docker)
## Running directly (without docker)
This can be a bit more tricky.