##// END OF EJS Templates
Backport PR #6581: Properly mock winreg functions for test...
Backport PR #6581: Properly mock winreg functions for test Fixes a lot of test failures on Python 3.4 on Windows, caused by importlib trying to use our mocked out winreg functions when reload(path) was called.

File last commit:

r14009:6f019b30
r18087:46f66ffe
Show More
__main__.py
3 lines | 104 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.testing import iptestcontroller
iptestcontroller.main()