End-to-end tests for both the CLI tool and Python module.
make test # Via makefile (builds if needed)
pytest # Direct pytestmake test-cli
pytest tests/test_cli.pymake test-python
pytest tests/test_python.pypip install cython pytest setuptools