python-robotframework: add recipe for 3.0.2 version

Robot Framework is a generic open source test automation framework
for acceptance testing and acceptance test-driven development (ATDD).
It has easy-to-use tabular test data syntax and it utilizes the
keyword-driven testing approach. Its testing capabilities can be
extended by test libraries implemented either with Python or Java,
and users can create new higher-level keywords from existing ones
using the same syntax that is used for creating test cases.

Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Daniel Dragomir
2018-03-08 18:54:58 +02:00
committed by Armin Kuster
parent d0239ec5cd
commit 492c7efc36
3 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
inherit setuptools
require python-robotframework.inc