Add testtools.assertions to the documented API modules (#257)

This fixes #256.
This commit is contained in:
Free Ekanayaka 2017-02-25 16:44:52 +01:00 committed by GitHub
parent 2b446cde2a
commit a3c7102f42
2 changed files with 12 additions and 0 deletions

View File

@ -18,6 +18,14 @@ testtools
.. automodule:: testtools
:members:
testtools.assertions
--------------------
.. automodule:: testtools.assertions
:members:
testtools.matchers
------------------

View File

@ -1,3 +1,7 @@
# Copyright (c) 2008-2017 testtools developers. See LICENSE for details.
"""Assertion helpers."""
from testtools.matchers import (
Annotate,
MismatchError,