Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 446 Bytes

File metadata and controls

30 lines (22 loc) · 446 Bytes

IMCtermite Tests

End-to-end tests for both the CLI tool and Python module.

Running Tests

All Tests

make test              # Via makefile (builds if needed)
pytest                 # Direct pytest

CLI Tests Only

make test-cli
pytest tests/test_cli.py

Python Module Tests Only

make test-python
pytest tests/test_python.py

Prerequisites

pip install cython pytest setuptools