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 !! Attributes ---------- .. autoapisummary:: kai.conftest.ASTROPY_HEADER Functions --------- .. autoapisummary:: kai.conftest.pytest_configure Module Contents --------------- .. py:data:: ASTROPY_HEADER :value: True .. py:function:: pytest_configure(config) Configure Pytest with Astropy. Parameters ---------- config : pytest configuration .. !! processed by numpydoc !!