Show More
@@ -17,6 +17,7 b' import os' | |||
|
17 | 17 | import glob |
|
18 | 18 | import shutil |
|
19 | 19 | |
|
20 | from nose.tools import assert_equal | |
|
20 | 21 | import IPython |
|
21 | 22 | from IPython.utils.tempdir import TemporaryWorkingDirectory |
|
22 | 23 | from IPython.utils.process import get_output_error_code |
@@ -72,8 +73,8 b' class TestsBase(object):' | |||
|
72 | 73 | if not case_sensitive: |
|
73 | 74 | a = a.lower() |
|
74 | 75 | b = b.lower() |
|
75 | ||
|
76 |
|
|
|
76 | ||
|
77 | assert_equal(a, b) | |
|
77 | 78 | |
|
78 | 79 | |
|
79 | 80 | def recursive_replace(self, text, search, replacement): |
General Comments 0
You need to be logged in to leave comments.
Login now