This repository contains a mock command-line interface program implemented in C++ and wrapped in Python to create a long living session class.
mock_terminal_client.cpp
: This is the C++ source code for the command-line interface program.
mock_client_wrapper.py
: This is a Python script that serves as a wrapper for the C++ program. It provides a Pythonic interface to interact with the C++ program using thepexpect
library.