Skip to content

Commit

Permalink
Update test instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Oct 11, 2021
1 parent c5fdd21 commit ef28e97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pip install .

## Testing

Run `test_zotero.py` in the [pyzotero/test](test) directory, or, using [Nose2][7], `nose2` from the top-level directory.
Run `python -m unittest` from the top-level directory.

## Issues

Expand Down
4 changes: 2 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ Pyzotero remains in development as of February 2018. Unstable development versio
=======
Testing
=======
Testing requires the ``Nose2``, ``HTTPretty``, and ``Python-Dateutil`` packages.
Testing requires the ``HTTPretty``, and ``Python-Dateutil`` packages.

Run ``test_zotero.py`` in the ``pyzotero/test`` directory, or, using `Nose 2 <http://readthedocs.org/docs/nose2/en/latest/>`_, ``nose2`` from the top-level directory. If you wish to see coverage statistics, run ``nosetests --with-coverage --cover-package=pyzotero``.
Run ``python -m unittest`` from the top-level directory.


======================
Expand Down

0 comments on commit ef28e97

Please sign in to comment.