Skip to content

Commit

Permalink
remove refences to nose
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgsavage committed Apr 1, 2024
1 parent 9cb8085 commit 88364a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 2 additions & 9 deletions INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,7 @@ or, if additional access rights are needed (Unix):

sudo python setup.py install

* The tests programs (test_*.py) are meant to be run through the Nose
testing framework. This can be achieved for instance with a command
* The tests programs (test_*.py) are meant to be run through pytest. This can be achieved for instance with a command
like

nosetests -sv uncertainties/

or simply

nosetests uncertainties/

(for a less verbose output).
pytest ./tests
2 changes: 0 additions & 2 deletions tests/test_uncertainties.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ def check_op(op, num_args):
for op in uncert_core.modified_ops_with_reflection:
check_op(op, 2)

# Additional, more complex checks, for use with the nose unit testing
# framework.

def test_copy():
"Standard copy module integration"
Expand Down

0 comments on commit 88364a7

Please sign in to comment.