##// END OF EJS Templates
[core][tests][handlers] Remove nose
Samuel Gaist -
Show More
@@ -4,9 +4,6 b''
4 # Module imports
4 # Module imports
5 #-----------------------------------------------------------------------------
5 #-----------------------------------------------------------------------------
6
6
7 # third party
8 import nose.tools as nt
9
10 # our own packages
7 # our own packages
11 from IPython.core import autocall
8 from IPython.core import autocall
12 from IPython.testing import tools as tt
9 from IPython.testing import tools as tt
@@ -91,4 +88,4 b' def test_handlers():'
91 ])
88 ])
92 ip.magic('autocall 1')
89 ip.magic('autocall 1')
93
90
94 nt.assert_equal(failures, [])
91 assert failures == []
General Comments 0
You need to be logged in to leave comments. Login now