Skip to content

Commit

Permalink
Update README: mention how to run tests (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
edasubert authored Feb 1, 2024
1 parent 172aeb6 commit b07b4e2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,18 @@ API Documentation

The API documentation can be found on `ReadTheDocs <https://bluecellulab.readthedocs.io>`_.

Running the tests
=================

Testing is set up using `tox`:

.. code-block:: bash
pip install tox
tox -e py3 # runs the tests
tox -e lint # runs the format checks
Funding & Acknowledgements
==========================

Expand Down

0 comments on commit b07b4e2

Please sign in to comment.