##// END OF EJS Templates
mark IOPub channel tests
MinRK -
Show More
@@ -399,6 +399,9 b' def test_complete():'
399 yield nt.assert_true(name in matches, "Missing match: %r" % name)
399 yield nt.assert_true(name in matches, "Missing match: %r" % name)
400
400
401
401
402 # IOPub channel
403
404
402 @dec.parametric
405 @dec.parametric
403 def test_stream():
406 def test_stream():
404 flush_channels()
407 flush_channels()
General Comments 0
You need to be logged in to leave comments. Login now