File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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+
126147Mailing List
127148============
128149
You can’t perform that action at this time.
0 commit comments