diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-23 16:37:04 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-05-23 16:39:07 +0200 |
commit | dbedb36db63b406c5264be20e100062fc59c5a19 (patch) | |
tree | 61396a5388635aef18f5aec26f6e23f68de24e10 /docs/api | |
parent | a32ee348efa6d5858cef97294a94d85bce63d456 (diff) |
Rename pytest_suite_runner.py to unit.py
It also adds the rst files to include this module in apidoc.
Change-Id: Iabbb17bc8601265bd9436c75d1afc0b470df1eb4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/apidoc/functest.core.rst | 1 | ||||
-rw-r--r-- | docs/api/apidoc/functest.core.unit.rst | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/api/apidoc/functest.core.rst b/docs/api/apidoc/functest.core.rst index 27b2ed1f..55c795be 100644 --- a/docs/api/apidoc/functest.core.rst +++ b/docs/api/apidoc/functest.core.rst @@ -14,4 +14,5 @@ Submodules functest.core.feature functest.core.testcase functest.core.vnf + functest.core.unit diff --git a/docs/api/apidoc/functest.core.unit.rst b/docs/api/apidoc/functest.core.unit.rst new file mode 100644 index 00000000..5dd6880e --- /dev/null +++ b/docs/api/apidoc/functest.core.unit.rst @@ -0,0 +1,7 @@ +functest.core.unit module +========================= + +.. automodule:: functest.core.unit + :members: + :undoc-members: + :show-inheritance: |