From 9cbedc41f3ff820a509e403a29086631044782f6 Mon Sep 17 00:00:00 2001 From: Nicolas Mounet Date: Tue, 26 Jan 2021 14:49:13 +0000 Subject: [PATCH] Update README.md: running the tests --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cbf9956d..0ce9c882 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,13 @@ voila ./app/cara.ipynb Then visit http://localhost:8080/calculator. +### Running the tests + +``` +pip install -e .[test] +pytest ./cara +``` + ### Building the whole environment for local execution **Simulate the docker build that takes place on openshift with:**