From b85d375ed3d1e827eacc926efba6527f141e7eda Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Mon, 15 Apr 2019 16:59:53 +0200 Subject: [PATCH] Basic test instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 937981d..185ded9 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,11 @@ volumes: media: files: ``` + +## Running Tests + +``` +python setup.py develop +pip install -r tests/requirements.txt +pytest tests +```