From 406fb3e3836f2c3b6b28a8c7f1182afa918c7843 Mon Sep 17 00:00:00 2001 From: Roland Stevenson Date: Mon, 11 Dec 2023 13:55:51 +0100 Subject: [PATCH] add Running Tests to installation.rst --- docs/installation.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 3362477f..83c15ab8 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -102,3 +102,14 @@ Windows See content in https://github.com/uber/causalml/issues/678 +Running Tests +------------- + +Run all tests with: + +.. code-block:: bash + + pytest -vs tests/ --cov causalml/ + + +Add ``--runtf`` to run optional tensorflow tests which will be skipped by default.