This directory is for tests relating to the python bindings.
*
```bash
cargo test --features=cfitsio-static,exmaples
```
*
```bash
maturin develop --features=python,cfitsio-static
```
*
```bash
pip install -r requirements.txt
```
*
```bash
pytest
```