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