##// END OF EJS Templates
[core][tests][handlers] Remove nose
Samuel Gaist -
Show More
@@ -4,9 +4,6 b''
4 4 # Module imports
5 5 #-----------------------------------------------------------------------------
6 6
7 # third party
8 import nose.tools as nt
9
10 7 # our own packages
11 8 from IPython.core import autocall
12 9 from IPython.testing import tools as tt
@@ -91,4 +88,4 b' def test_handlers():'
91 88 ])
92 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