Skip to content

Commit

Permalink
MNT: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 11, 2023
1 parent bd8d118 commit 3299fc1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,27 @@ For more information on previous releases, see the `release archive`_ or
.. _release archive: https://github.com/nipy/NiBabel/releases
.. _development changelog: https://nipy.org/nibabel/changelog.html

Testing
=======

During development, we recommend using tox_ to run nibabel tests::

git clone https://github.com/nipy/nibabel.git
cd nibabel
tox

To test an installed version of nibabel, install the test dependencies
and run pytest_::

pip install nibabel[test]
pytest --pyargs nibabel

For more information, consult the `developer guidelines`_.

.. _tox: https://tox.wiki
.. _pytest: https://docs.pytest.org
.. _developer guidelines: https://nipy.org/nibabel/devel/devguide.html

Mailing List
============

Expand Down

0 comments on commit 3299fc1

Please sign in to comment.