mirror of
https://github.com/miracle-wm-org/miracle-wm.git
synced 2024-11-26 12:34:40 +03:00
.. | ||
.gitignore | ||
README.md | ||
requirements.txt | ||
test_send_tick.py |
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