##// END OF EJS Templates
Fix quoting tests on Windows....
Fix quoting tests on Windows. Quoting should be done with double quotes, not single quotes.

File last commit:

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