From dcfad9ed4208c4551bba40928f64b940c07bda66 Mon Sep 17 00:00:00 2001 From: guangzhi Date: Wed, 26 Aug 2020 09:21:55 +0800 Subject: [PATCH] README change about tests See https://github.com/ihesp/IPART/issues/5#issuecomment-679213870 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eb0cb5..dabcb7d 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ import ipart If nothing prints out, installation is successful. -The `tests` folder also contains a number of `unittest`s, to run them: +The `tests` folder also contains a number of `unittest`s, to run them (only if you have done a source code install): ``` python -m unittest discover -s tests