aboutsummaryrefslogtreecommitdiff
path: root/doc/schema-test-set.rst
blob: cb760dd93d328a1a58e17292b1d9260ffe5ad881 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.. _schema_test_set:

test_set
--------

.. _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 <schema_test_suite>`
* :ref:`Test case schema <schema_test_case>`
* :ref:`API results <intro_schema_results>`
* :ref:`Schema time and date <intro_schema_time_date>`