From 27f6a24ee0b6a04ef03ebbbc39c44e67dc7ea83b Mon Sep 17 00:00:00 2001 From: Dante Gama Dessavre Date: Tue, 13 Nov 2018 08:20:28 -0600 Subject: [PATCH] ENH Updated instructions of python tests in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ead974a650..4e72029b83 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,12 @@ $ make -j $ ./ml_test ``` +To test the python package: + +``` +$ py.test python/cuML/test +``` + ### Python Notebooks Demo notebooks can be found in python/notebooks folder.