Testing ======= Running Tests ------------- .. code-block:: bash pytest tests/ Test Coverage ------------- .. code-block:: bash pytest --cov=phenonn tests/ Writing Tests ------------- Add new tests in the `tests/` directory following the existing patterns.