diff options
author | 2023-03-31 15:52:21 +0200 | |
---|---|---|
committer | 2023-04-14 17:10:44 +0200 | |
commit | 4abfbe5e3cdc2381a07fe0820ed8f5de966ae3fe (patch) | |
tree | 7ed19b8d7244ce723d96d16e8c03c754e4e2a29a /api | |
parent | 73319ee0eb1cb399134e33355d7ea5ab1d140ac3 (diff) |
Add pytest driver in Xtesting
Co-authored-by: Edouard Hinard <edouard.hinard@orange.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Ice364f7f4287aacc7f375ed4a23503fd38c8e543
(cherry picked from commit 12732b13c55eb91f32ed65f1d8a1f72b4aa2c534)
Diffstat (limited to 'api')
-rw-r--r-- | api/apidoc/xtesting.core.pytest.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.pytest.rst b/api/apidoc/xtesting.core.pytest.rst new file mode 100644 index 00000000..fcc649f7 --- /dev/null +++ b/api/apidoc/xtesting.core.pytest.rst @@ -0,0 +1,7 @@ +xtesting\.core\.pytest module +============================= + +.. automodule:: xtesting.core.pytest + :members: + :undoc-members: + :show-inheritance: diff --git a/api/apidoc/xtesting.core.rst b/api/apidoc/xtesting.core.rst index 5707a28c..30276712 100644 --- a/api/apidoc/xtesting.core.rst +++ b/api/apidoc/xtesting.core.rst @@ -15,6 +15,7 @@ Submodules xtesting.core.behaveframework xtesting.core.campaign xtesting.core.feature + xtesting.core.pytest xtesting.core.robotframework xtesting.core.testcase xtesting.core.unit |