##// END OF EJS Templates
Backport PR #5498: use milestones to indicate backport...
Backport PR #5498: use milestones to indicate backport instead of labels. I think this will more clearly indicate what's new in what releases, plus it's way easier to show pull requests with a specific milestone than it is with a specific label.

File last commit:

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