Skip to content

Commit 3299fc1

Browse files
committed
MNT: Update README
1 parent bd8d118 commit 3299fc1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.rst

+21
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,27 @@ For more information on previous releases, see the `release archive`_ or
123123
.. _release archive: https://github.com/nipy/NiBabel/releases
124124
.. _development changelog: https://nipy.org/nibabel/changelog.html
125125

126+
Testing
127+
=======
128+
129+
During development, we recommend using tox_ to run nibabel tests::
130+
131+
git clone https://github.com/nipy/nibabel.git
132+
cd nibabel
133+
tox
134+
135+
To test an installed version of nibabel, install the test dependencies
136+
and run pytest_::
137+
138+
pip install nibabel[test]
139+
pytest --pyargs nibabel
140+
141+
For more information, consult the `developer guidelines`_.
142+
143+
.. _tox: https://tox.wiki
144+
.. _pytest: https://docs.pytest.org
145+
.. _developer guidelines: https://nipy.org/nibabel/devel/devguide.html
146+
126147
Mailing List
127148
============
128149

0 commit comments

Comments
 (0)