From f00de5c76455e4e532a36bbd6e68cf0a24fc1d42 Mon Sep 17 00:00:00 2001 From: feijooso Date: Mon, 24 Jun 2024 00:02:49 -0300 Subject: [PATCH] update readme --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd2db7a..07a5895 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ -# Users \ No newline at end of file +# Users + + +## Run tests + +To execute service unit tests, run: + +``` $ python3 -m venv venv ``` + +``` $ source venv/bin/activate ``` + +``` $ pip install -r requirements.txt ``` + +``` $ cd app ``` + +``` $ python3 -m pytest ``` \ No newline at end of file