Adding first patch for behave feature 06/68206/3
authorDeepak Chandella <deepak.chandella@orange.com>
Fri, 5 Jul 2019 17:01:36 +0000 (22:31 +0530)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 11 Jul 2019 09:35:54 +0000 (11:35 +0200)
commit5dd0d0ffd46e7665fddde8fd2f4da1a9b58506bb
tree9be57539cde78b3c82dd2442dfb108827d66ca69
parent2d35738769a5118fdcf7a7092e4fd0fb7f15511d
Adding first patch for behave feature

Change-Id: Ic975c301103b49cdec2bd26746b708388f21e892
Signed-off-by: Deepak Chandella <deepak.chandella@orange.com>
15 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
tox.ini
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