Skip to content

Testing

Zack Didcott edited this page Apr 7, 2025 · 1 revision

Tests rely on the pytest testing framework.

To test the project (or the sanity of a filesystem image), use: python -m pytest --image="path/to/filesystem" [--inf="path/to/lxos.inf"] igelfs

Specify -m "not slow" to skip slow tests.

Tests which cannot be completed due to passed arguments or the type of filesystem will be skipped.

Clone this wiki locally