From 15e6553c406d7bccc34c6edc32cd433d99481c02 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Mon, 30 Nov 2020 17:35:39 +0000 Subject: [PATCH] DOC: note in readme regarding tests --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 37969bd..f23fea5 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,10 @@ This project contains the "base" of an FSL installation. It includes: Prior to FSL 6.0.X, the contents of this project were provided by the [etc](https://git.fmrib.ox.ac.uk/fsl/etc) and [config](https://git.fmrib.ox.ac.uk/fsl/config) projects. + + +## Tests + +The `.ci` directory contains a collection of tests which validate the +behaviour of various aspects of the `base` project. All tests are written +in Python, and are executed with `pytest`. -- GitLab