Skip to content

Commit 7c97f2d

Browse files
authored
Merge pull request #2219 from mwcraig/use-pytest
Use pytest instead of nose for tests
2 parents 3c41d3d + 21317a3 commit 7c97f2d

File tree

10 files changed

+95
-120
lines changed

10 files changed

+95
-120
lines changed

docs/source/dev_testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Testing
33

44
To run the Python tests:
55

6-
nosetests --with-coverage --cover-package=ipywidgets ipywidgets
6+
pytest --cov=ipywidgets ipywidgets
77

88
To run the Javascript tests in each package directory:
99

0 commit comments

Comments
 (0)