mirror of
https://github.com/miracle-wm-org/miracle-wm.git
synced 2024-11-30 02:09:10 +03:00
5e1a4ba23d
- Implemented the i3 layout command per https://i3wm.org/docs/userguide.html#manipulating_layout - Added integration tests for the i3 layout command |
||
---|---|---|
.. | ||
.gitignore | ||
conftest.py | ||
README.md | ||
requirements.txt | ||
test_change_workspace.py | ||
test_get_tree.py | ||
test_layout_command.py | ||
test_move_command.py | ||
test_send_tick.py | ||
test_shutdown.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