From 4178c28edf7212bd69820d682db4cd50ffd9b4f9 Mon Sep 17 00:00:00 2001 From: Rikko Date: Wed, 31 Aug 2022 21:24:09 +0530 Subject: [PATCH] Run tests in verbose mode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d26a107..95e0772 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ $ pip install -r test/pip_reqs.txt and then executing the following in the project's root directory: ```bash -$ python -m unittest discover +$ python -m unittest discover -v ``` ## License