nasa-jpl-memex / nutch-python

Python port of Nutch that allows controlling Apache Nutch via its REST API.
http://nutch.apache.org/
Apache License 2.0
5 stars 2 forks source link

Bumpity and invoke pyTest via setuptools #4

Closed chrismattmann closed 9 years ago

ahmadia commented 9 years ago

looks good.

chrismattmann commented 9 years ago

to run tests with setuptools type:

python setup.py pytest
ahmadia commented 9 years ago

Sure, or run py.test from within the repository.