##// END OF EJS Templates
Updating tests for refactor.
Brian E. Granger -
Show More
1 NO CONTENT: new file 100644
NO CONTENT: new file 100644
1 NO CONTENT: file renamed from IPython/frontend/html/notebook/tests/test_nbmanager.py to IPython/frontend/html/notebook/notebooks/tests/test_nbmanager.py
NO CONTENT: file renamed from IPython/frontend/html/notebook/tests/test_nbmanager.py to IPython/frontend/html/notebook/notebooks/tests/test_nbmanager.py
@@ -303,7 +303,7 b' def make_exclude():'
303 exclusions.append(ipjoin('extensions', 'tests', 'test_rmagic'))
303 exclusions.append(ipjoin('extensions', 'tests', 'test_rmagic'))
304
304
305 if not have['azure']:
305 if not have['azure']:
306 exclusions.append(ipjoin('frontend', 'html', 'notebook', 'azurenbmanager'))
306 exclusions.append(ipjoin('frontend', 'html', 'notebook', 'notebooks', 'azurenbmanager'))
307
307
308 # This is needed for the reg-exp to match on win32 in the ipdoctest plugin.
308 # This is needed for the reg-exp to match on win32 in the ipdoctest plugin.
309 if sys.platform == 'win32':
309 if sys.platform == 'win32':
General Comments 0
You need to be logged in to leave comments. Login now