Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MHKiT-Python installation instructions #75

Closed
Prev Previous commit
Next Next commit
Python: nose -> pytest
simmsa committed Aug 1, 2024
commit d77daadd477624daa90897791bcb1023f0afba28
5 changes: 3 additions & 2 deletions docs/source/overview.rst
Original file line number Diff line number Diff line change
@@ -95,9 +95,10 @@ Developers should run software tests locally before submitting a pull request, u
A summary pdf will be created after running the tests
summarizing the test results.

MHKiT-Python tests using the Python package nose::
MHKiT-Python tests using the Python package pytest::

nosetests -v --with-coverage --cover-package=mhkit mhkit
pip install -r requirements-dev.txt
pytest

MHKiT-MATLAB tests using the MATLAB API::