mirror of
https://github.com/miracle-wm-org/miracle-wm.git
synced 2024-12-02 08:48:07 +03:00
398 B
398 B
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