Adding first patch for behave feature 07/71907/1
authorDeepak Chandella <deepak.chandella@orange.com>
Fri, 5 Jul 2019 17:01:36 +0000 (22:31 +0530)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 9 Feb 2021 18:09:14 +0000 (19:09 +0100)
commitb7d72be6458dbe73e3893ba242fb2dd7a6c745fc
tree24a2e5ebffe59708c59df7dfb299670913b0327f
parentc08dbf219a73c6ac6d891eb5451025520dae3489
Adding first patch for behave feature

Change-Id: Ic975c301103b49cdec2bd26746b708388f21e892
Signed-off-by: Deepak Chandella <deepak.chandella@orange.com>
(cherry picked from commit 5dd0d0ffd46e7665fddde8fd2f4da1a9b58506bb)
14 files changed:
ansible/site.yml
api/apidoc/xtesting.core.behaveframework.rst [new file with mode: 0644]
api/apidoc/xtesting.core.rst
docker/testcases.yaml
requirements.txt
setup.cfg
upper-constraints.txt
xtesting/ci/testcases.yaml
xtesting/core/behaveframework.py [new file with mode: 0644]
xtesting/core/robotframework.py
xtesting/samples/features/hello.feature [new file with mode: 0644]
xtesting/samples/features/steps/hello.py [new file with mode: 0644]
xtesting/tests/unit/core/test_behaveframework.py [new file with mode: 0644]
xtesting/tests/unit/core/test_robotframework.py