1 parent 0c50d56 commit e23d1b5Copy full SHA for e23d1b5
1 file changed
README.txt
@@ -31,6 +31,19 @@ Generate a `.deb` package and install it system-wide.
31
mops --help
32
man mops
33
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
47
48
Author
49
------
0 commit comments