TestRunnerBase
==============

.. currentmodule:: astropy.tests.runner

.. autoclass:: TestRunnerBase
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TestRunnerBase.RUN_TESTS_DOCSTRING

   .. rubric:: Methods Summary

   .. autosummary::

      ~TestRunnerBase.make_test_runner_in
      ~TestRunnerBase.run_tests

   .. rubric:: Attributes Documentation

   .. autoattribute:: RUN_TESTS_DOCSTRING

   .. rubric:: Methods Documentation

   .. automethod:: make_test_runner_in
   .. automethod:: run_tests
