kai.conftest

Configure Test Suite. This file is used to configure the behavior of pytest when using the Astropy test infrastructure. It needs to live inside the package in order for it to get picked up when running the tests inside an interpreter using packagename.test

Attributes

ASTROPY_HEADER

Functions

pytest_configure(config)

Configure Pytest with Astropy.

Module Contents

kai.conftest.ASTROPY_HEADER = True[source]
kai.conftest.pytest_configure(config)[source]

Configure Pytest with Astropy. Parameters ———- config : pytest configuration