:right-sidebar: True TestSuite =================================================================== .. currentmodule:: gi.repository.GLib .. class:: TestSuite(*args, **kwargs) :no-contents-entry: An opaque structure representing a test suite. Methods ------- .. rst-class:: interim-class .. class:: TestSuite :no-index: .. method:: add(test_case: ~gi.repository.GLib.TestCase) -> None Adds ``test_case`` to ``suite``\. .. versionadded:: 2.16 :param test_case: a :obj:`~gi.repository.GLib.TestCase` .. method:: add_suite(nestedsuite: ~gi.repository.GLib.TestSuite) -> None Adds ``nestedsuite`` to ``suite``\. .. versionadded:: 2.16 :param nestedsuite: another :obj:`~gi.repository.GLib.TestSuite` .. method:: free() -> None Free the ``suite`` and all nested :obj:`~gi.repository.GLib.TestSuite`\. .. versionadded:: 2.70