##// END OF EJS Templates
conform to pep 3110...
conform to pep 3110 brutally replace all `exeption <type>, <name>:` by `exception <type> as <name> :` `exception <type>, <type> :` should not be present anywhere in the code anymore, or should be present with explicit tuple as `exception (<type>, <type>)`
Matthias BUSSONNIER -
r7787:28b538a9
Show More
Name Size Modified Last Commit Author
/ IPython / testing
plugin
tests
__init__.py Loading ...
_paramtestpy2.py Loading ...
_paramtestpy3.py Loading ...
decorators.py Loading ...
globalipapp.py Loading ...
iptest.py Loading ...
ipunittest.py Loading ...
mkdoctests.py Loading ...
nose_assert_methods.py Loading ...
nosepatch.py Loading ...
skipdoctest.py Loading ...
tools.py Loading ...