File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 88import logging
99from unittest import TestCase
1010
11- import nose . tools as nt
11+ import pytest
1212from traitlets .tests .utils import check_help_all_output , check_help_output
1313
1414from jupyter_contrib_core .application import main as main_app
@@ -59,5 +59,5 @@ def test_00_help_output(self):
5959 check_help_output (app_module , [])
6060 check_help_all_output (app_module , [])
6161 # sys.exit should be called if no argv specified
62- with nt . assert_raises (SystemExit ):
62+ with pytest . raises (SystemExit ):
6363 main_app ([])
Original file line number Diff line number Diff line change 3838 notebook50: https://github.com/jupyter/notebook/archive/5.0.0.zip
3939 notebookmaster: https://github.com/jupyter/notebook/archive/master.zip
4040 notebook: notebook
41+ pytest
4142commands =
4243 {posargs:coverage run --source =src -m nose -vv tests}
4344
You can’t perform that action at this time.
0 commit comments