From 148bdb2fd02396fd3f9a0911dc292c5ce586a5ea Mon Sep 17 00:00:00 2001 From: jrzaurin Date: Thu, 12 Dec 2019 20:41:29 +0000 Subject: [PATCH] changed the test command --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e8b659..6061301 100644 --- a/README.md +++ b/README.md @@ -167,10 +167,7 @@ better understanding of the content of the package and its functionalities. ### Testing ``` -cd test -pytest --ignore=test_data_utils/test_du_deep_image.py -cd test_data_utils -pytest test_du_deep_image.py +pytest tests ``` ### Acknowledgments -- GitLab