Skip to content

Commit e23d1b5

Browse files
committed
docs: add testing instructions to README
1 parent 0c50d56 commit e23d1b5

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@ Generate a `.deb` package and install it system-wide.
3131
mops --help
3232
man mops
3333

34+
Testing
35+
-------
36+
The test suite is written in Python using `pytest` to thoroughly validate the CLI and the background worker daemon.
37+
38+
# 1. Install test dependencies (in a virtual environment)
39+
python3 -m venv venv
40+
source venv/bin/activate
41+
pip install -e .
42+
43+
# 2. Run the tests
44+
make -j
45+
pytest tests/
46+
3447

3548
Author
3649
------

0 commit comments

Comments
 (0)