:py:mod:`kai.conftest`
======================

.. py:module:: kai.conftest

.. autoapi-nested-parse::

   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

   ..
       !! processed by numpydoc !!


Module Contents
---------------


Functions
~~~~~~~~~

.. autoapisummary::

   kai.conftest.pytest_configure



Attributes
~~~~~~~~~~

.. autoapisummary::

   kai.conftest.ASTROPY_HEADER


.. py:data:: ASTROPY_HEADER
   :annotation: = True

   
















   ..
       !! processed by numpydoc !!

.. py:function:: pytest_configure(config)

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
















   ..
       !! processed by numpydoc !!

