Custom exception for exiting interactive mode without interfering with pytest.
| 20 | |
| 21 | |
| 22 | class InteractiveExitException(Exception): |
| 23 | """Custom exception for exiting interactive mode without interfering with pytest.""" |
| 24 | |
| 25 | |
| 26 | class InteractiveCommandAdapter: |
no outgoing calls