| Total Complexity | 0 | 
| Total Lines | 7 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | """Integration tests for the package."""  | 
            ||
| 2 | |||
| 3 | try:  | 
            ||
| 4 | from IPython.terminal.debugger import TerminalPdb as Debugger  | 
            ||
| 5 | except ImportError:  | 
            ||
| 6 | from pdb import Pdb as Debugger  | 
            ||
| 7 |