From 711b9fc472b36699954c7a6545b7000d4b81851f Mon Sep 17 00:00:00 2001 From: Matthew Bourque Date: Thu, 31 May 2018 13:10:09 -0400 Subject: [PATCH] Added sphinx docs for test_dbmonitor and test_utils. Also minor formatting changes in docstring for test_permissions. --- docs/source/tests.rst | 6 ++++++ jwql/tests/test_dbmonitor.py | 2 +- jwql/tests/test_permissions.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/source/tests.rst b/docs/source/tests.rst index 175c9299b..682eca9e1 100644 --- a/docs/source/tests.rst +++ b/docs/source/tests.rst @@ -2,5 +2,11 @@ tests ***** +.. automodule:: jwql.tests.test_dbmonitor + :members: + .. automodule:: jwql.tests.test_permissions :members: + +.. automodule:: jwql.tests.test_utils + :members: diff --git a/jwql/tests/test_dbmonitor.py b/jwql/tests/test_dbmonitor.py index 516b0d118..0f8ba352b 100755 --- a/jwql/tests/test_dbmonitor.py +++ b/jwql/tests/test_dbmonitor.py @@ -1,6 +1,6 @@ #! /usr/bin/env python -"""Tests for the dbmonitor module. +"""Tests for the ``dbmonitor`` module. Authors ------- diff --git a/jwql/tests/test_permissions.py b/jwql/tests/test_permissions.py index 132e80202..bcb455c6e 100755 --- a/jwql/tests/test_permissions.py +++ b/jwql/tests/test_permissions.py @@ -1,6 +1,6 @@ #! /usr/bin/env python -"""Tests for the permissions module. +"""Tests for the ``permissions`` module. Authors -------