Skip to content

Commit

Permalink
add Running Tests to installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandrmgservices committed Dec 11, 2023
1 parent f6fe392 commit 406fb3e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 406fb3e

Please sign in to comment.