aboutsummaryrefslogtreecommitdiff
path: root/doc/schema-test-case.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/schema-test-case.rst')
-rw-r--r--doc/schema-test-case.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/schema-test-case.rst b/doc/schema-test-case.rst
index 705914e..2da5165 100644
--- a/doc/schema-test-case.rst
+++ b/doc/schema-test-case.rst
@@ -4,11 +4,9 @@ test_case
---------
A test case is the single unit of test that gets executed. Each test must have its
-own ``name`` defined.
+own ``name`` defined and must be associated with a :ref:`test suite <schema_test_suite>`.
-A test case can be associated with only one :ref:`test suite <schema_test_suite>` and one :ref:`test set <schema_test_set>`.
-
-A test case can also register multiple :ref:`measurements <schema_measurement>`.
+A test case can be associated with only one :ref:`test suite <schema_test_suite>` and one :ref:`test set <schema_test_set>`. A test case can also register multiple :ref:`measurements <schema_measurement>`.
.. _schema_test_case_get: