Skip to content

Commit

Permalink
Added sphinx docs for test_dbmonitor and test_utils. Also minor forma…
Browse files Browse the repository at this point in the history
…tting changes in docstring for test_permissions.
  • Loading branch information
bourque committed May 31, 2018
1 parent f34846e commit 711b9fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/source/tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
tests
*****

.. automodule:: jwql.tests.test_dbmonitor
:members:

.. automodule:: jwql.tests.test_permissions
:members:

.. automodule:: jwql.tests.test_utils
:members:
2 changes: 1 addition & 1 deletion jwql/tests/test_dbmonitor.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env python

"""Tests for the dbmonitor module.
"""Tests for the ``dbmonitor`` module.
Authors
-------
Expand Down
2 changes: 1 addition & 1 deletion jwql/tests/test_permissions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env python

"""Tests for the permissions module.
"""Tests for the ``permissions`` module.
Authors
-------
Expand Down

0 comments on commit 711b9fc

Please sign in to comment.