Skip to content

Commit

Permalink
Add validation and acceptance sections to DataTestCase reference docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbrown committed Dec 13, 2020
1 parent da133f2 commit 1241c37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/reference/unittest-support.rst
Expand Up @@ -25,6 +25,8 @@ DataTestCase

.. autoclass:: DataTestCase

**VALIDATION METHODS**

The assertion methods wrap :func:`validate` and its methods:

.. code-block:: python
Expand Down Expand Up @@ -60,6 +62,8 @@ DataTestCase

.. automethod:: assertValidOrder

**ACCEPTANCE METHODS**

The acceptance methods wrap :func:`accepted` and its methods:

.. code-block:: python
Expand Down

0 comments on commit 1241c37

Please sign in to comment.