miracle-wm/tests/ipc
2024-08-24 15:25:51 -04:00
..
.gitignore feature: send tick in IPC + initial tests + clang tidy (#213) 2024-08-24 15:25:51 -04:00
README.md feature: send tick in IPC + initial tests + clang tidy (#213) 2024-08-24 15:25:51 -04:00
requirements.txt feature: send tick in IPC + initial tests + clang tidy (#213) 2024-08-24 15:25:51 -04:00
test_send_tick.py feature: send tick in IPC + initial tests + clang tidy (#213) 2024-08-24 15:25:51 -04:00

IPC Testing

This subproject intends to test IPC interactions with miracle-wm's socket. This is accomplished by starting a headless miracle server and sending IPC requests to it. The goal is to have complete coverage for miracle-wm's IPC.

Installation

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Running

source venv/bin/activate
pytest