We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pytest
1 parent 1633498 commit 895451cCopy full SHA for 895451c
1 file changed
docs/index.rst
@@ -48,8 +48,8 @@ To work with Zarr source code in development, install from GitHub::
48
49
To verify that Zarr has been fully installed, run the test suite::
50
51
- $ pip install nose
52
- $ python -m nose -v zarr
+ $ pip install pytest
+ $ python -m pytest -v --pyargs zarr
53
54
Contents
55
--------
0 commit comments