diff options
Diffstat (limited to 'docs/api/leap.crypto.tests.rst')
-rw-r--r-- | docs/api/leap.crypto.tests.rst | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/docs/api/leap.crypto.tests.rst b/docs/api/leap.crypto.tests.rst index 54ffa62f..f9e32580 100644 --- a/docs/api/leap.crypto.tests.rst +++ b/docs/api/leap.crypto.tests.rst @@ -1,10 +1,26 @@ tests Package ============= -:mod:`test_certs` Module ------------------------- +:mod:`tests` Package +-------------------- -.. automodule:: leap.crypto.tests.test_certs +.. automodule:: leap.crypto.tests + :members: + :undoc-members: + :show-inheritance: + +:mod:`fake_provider` Module +--------------------------- + +.. automodule:: leap.crypto.tests.fake_provider + :members: + :undoc-members: + :show-inheritance: + +:mod:`test_srpregister` Module +------------------------------ + +.. automodule:: leap.crypto.tests.test_srpregister :members: :undoc-members: :show-inheritance: |