diff options
author | Deepak Chandella <deepak.chandella@orange.com> | 2019-07-05 22:31:36 +0530 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-09 19:22:19 +0100 |
commit | 115092d35fdf9b449ff91e36cc2d668d39a8b257 (patch) | |
tree | 47105ccd2cede0686748031b7d42c6a705054269 /api/apidoc | |
parent | a707dbe72afa6398141d43135dc97ec32a40d412 (diff) |
Adding first patch for behave feature
Change-Id: Ic975c301103b49cdec2bd26746b708388f21e892
Signed-off-by: Deepak Chandella <deepak.chandella@orange.com>
(cherry picked from commit 5dd0d0ffd46e7665fddde8fd2f4da1a9b58506bb)
(cherry picked from commit b7d72be6458dbe73e3893ba242fb2dd7a6c745fc)
Diffstat (limited to 'api/apidoc')
-rw-r--r-- | api/apidoc/xtesting.core.behaveframework.rst | 7 | ||||
-rw-r--r-- | api/apidoc/xtesting.core.rst | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/api/apidoc/xtesting.core.behaveframework.rst b/api/apidoc/xtesting.core.behaveframework.rst new file mode 100644 index 00000000..1d048c94 --- /dev/null +++ b/api/apidoc/xtesting.core.behaveframework.rst @@ -0,0 +1,7 @@ +xtesting\.core\.behaveframework module +====================================== + +.. automodule:: xtesting.core.behaveframework + :members: + :undoc-members: + :show-inheritance: diff --git a/api/apidoc/xtesting.core.rst b/api/apidoc/xtesting.core.rst index ca38ef39..f02824a3 100644 --- a/api/apidoc/xtesting.core.rst +++ b/api/apidoc/xtesting.core.rst @@ -11,6 +11,7 @@ Submodules .. toctree:: + xtesting.core.behaveframework xtesting.core.feature xtesting.core.robotframework xtesting.core.testcase |