diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-11-28 19:46:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-28 19:46:56 +0000 |
commit | 1d1550c6e1277def386c1d8e2774ac7fac2d8d58 (patch) | |
tree | d12d7dffefe5497a856fca2d2a442687c260d0aa /api/apidoc | |
parent | 8e1f8d7b761102c17d7b9233b24906d3ac33085c (diff) | |
parent | 6cc6cc701b183563a05393b212f150bca6584abf (diff) |
Merge "Create RobotFramework class"
Diffstat (limited to 'api/apidoc')
-rw-r--r-- | api/apidoc/functest.core.robotframework.rst | 7 | ||||
-rw-r--r-- | api/apidoc/functest.core.rst | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/api/apidoc/functest.core.robotframework.rst b/api/apidoc/functest.core.robotframework.rst new file mode 100644 index 000000000..5404912c5 --- /dev/null +++ b/api/apidoc/functest.core.robotframework.rst @@ -0,0 +1,7 @@ +functest.core.robotframework module +=================================== + +.. automodule:: functest.core.robotframework + :members: + :undoc-members: + :show-inheritance: diff --git a/api/apidoc/functest.core.rst b/api/apidoc/functest.core.rst index 55c795be0..a610fa6fb 100644 --- a/api/apidoc/functest.core.rst +++ b/api/apidoc/functest.core.rst @@ -12,6 +12,7 @@ Submodules .. toctree:: functest.core.feature + functest.core.robotframework functest.core.testcase functest.core.vnf functest.core.unit |