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