##// END OF EJS Templates
Fix test for finding source lines
Thomas Kluyver -
Show More
@@ -47,7 +47,7 b' ip = get_ipython()'
47 47 # defined, if any code is inserted above, the following line will need to be
48 48 # updated. Do NOT insert any whitespace between the next line and the function
49 49 # definition below.
50 THIS_LINE_NUMBER = 49 # Put here the actual number of this line
50 THIS_LINE_NUMBER = 50 # Put here the actual number of this line
51 51 def test_find_source_lines():
52 52 nt.assert_equal(oinspect.find_source_lines(test_find_source_lines),
53 53 THIS_LINE_NUMBER+1)
General Comments 0
You need to be logged in to leave comments. Login now