From 12732b13c55eb91f32ed65f1d8a1f72b4aa2c534 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 31 Mar 2023 15:52:21 +0200 Subject: Add pytest driver in Xtesting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Edouard Hinard Signed-off-by: Cédric Ollivier Change-Id: Ice364f7f4287aacc7f375ed4a23503fd38c8e543 --- api/apidoc/xtesting.core.pytest.rst | 7 +++++++ api/apidoc/xtesting.core.rst | 1 + 2 files changed, 8 insertions(+) create mode 100644 api/apidoc/xtesting.core.pytest.rst (limited to 'api') 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 -- cgit 1.2.3-korg