Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 254 Bytes

dev_testing.md

File metadata and controls

12 lines (7 loc) · 254 Bytes

Testing

To run the Python tests:

nosetests --with-coverage --cover-package=ipywidgets ipywidgets

To run the Javascript tests:

cd jupyter-js-widgets; npm run test

This will run the test suite using karma with 'debug' level logging.