API: Test Support ================= * :ref:`genindex` * :ref:`modindex` ``test_support`` ---------------- This package includes helper code that is only used for testing |project| itself. The code is made available when testing by a `pytest configuration option `_ that extends ``sys.path``. .. automodule:: test_support :members: :undoc-members: :show-inheritance: ``test_support.distribution`` ----------------------------- .. automodule:: test_support.distribution :members: :undoc-members: :show-inheritance: