.. _schema_test_set: test_set -------- A test set is a collection of :ref:`test cases `. Each test set must define its own ``name`` and must be associated with a :ref:`test suite `. .. _schema_test_set_get: GET *** .. literalinclude:: schema/1.0/test_set_get.json :language: json Notes +++++ * ``test_case``: By default, the API will provide the IDs of the ``test_case`` objects. To expand the selection in order to include the actual objects, please refer to the ``test`` resource query arguments. .. _schema_test_set_post: POST **** .. literalinclude:: schema/1.0/test_set_post.json :language: json Notes +++++ * ``test_case``: If not specified, the test case executed must be registered using the appropriate API call. More Info ********* * :ref:`Test suite schema ` * :ref:`Test case schema ` * :ref:`API results ` * :ref:`Schema time and date `