aboutsummaryrefslogtreecommitdiff
path: root/development/robotframework
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-10-13 01:00:58 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:39:37 +0700
commitc6c0f840c5975835dedc2039dfc28aea28ecbfc8 (patch)
tree1b781798dff9192200a31cc0de35510d808f997f /development/robotframework
parentf94855f82ee24f5cdd44799eb1adac8bded51e74 (diff)
downloadslackbuilds-c6c0f840c5975835dedc2039dfc28aea28ecbfc8.tar.xz
development/robotframework: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/robotframework')
-rw-r--r--development/robotframework/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/development/robotframework/README b/development/robotframework/README
index e31dff8446d8..12829510081f 100644
--- a/development/robotframework/README
+++ b/development/robotframework/README
@@ -1,6 +1,7 @@
-Robot Framework is a generic 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.
+Robot Framework is a generic 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.