Install deps (e.g. pytest):
make install-pydeps-test
Some tests shell out to CLI tools (ps, ifconfig, ...). On UNIX install them with:
make install-sysdeps-test
Run tests:
make test
Run tests in parallel (faster):
make test-parallel
Run a specific test:
make test ARGS=tests/test_system.py::TestDiskAPIs
Test C extension memory leaks:
make test-memleaks