Skip to content

Commit 19434d3

Browse files
authored
Merge pull request #193 from rlhelinski/dist-wheels
Document Test Procedure
2 parents 7ffb55c + 935b464 commit 19434d3

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,25 @@ Install the package
215215
.. code:: bash
216216
217217
python setup.py install
218-
218+
219+
If one or more of the tests fail, please report a bug at https://github.com/scikit-learn-contrib/hdbscan/issues/new
220+
221+
-----------------
222+
Running the Tests
223+
-----------------
224+
225+
The package tests can be run after installation using the command:
226+
227+
.. code:: bash
228+
229+
nosetests -s hdbscan
230+
231+
or, if `nose` is installed but `nosetests` is not in your PATH variable:
232+
233+
.. code:: bash
234+
235+
python -m nose -s hdbscan
236+
219237
--------------
220238
Python Version
221239
--------------

0 commit comments

Comments
 (0)