Revision: 4b3d4878d879
Branch: default
Author: robotframew...@gmail.com
Date: Tue Jun 11 07:08:19 2013
Log: Edited wiki page ReleaseNotes28 through web user interface.
http://code.google.com/p/robotframework/source/detail?r=4b3d4878d879&repo=wiki
Modified:
/ReleaseNotes28.wiki
=======================================
--- /ReleaseNotes28.wiki Tue Jun 11 07:04:09 2013
+++ /ReleaseNotes28.wiki Tue Jun 11 07:08:19 2013
@@ -64,24 +64,23 @@
=== Support for Python's keyword arguments ===
-Python has a so called keyword argument syntax (`**kwarsg` which is now
supported by
+Python has a so called keyword argument syntax (`**kwarsg`) which is now
supported by
[http://robotframework.googlecode.com/hg/doc/userguide/RobotFrameworkUserGuide.html#free-keyword-arguments
Robot Framework as well].
-In practice, if we create a keyword like this:
+For example, if we have a keyword like below (like we have in the new
[ProcessLibrary Process]):
+
{{{
def run_process(command, *arguments, **configuration):
# ...
}}}
and call it as follows:
+
{{{
Run Process ls -h cwd=/tmp
}}}
-the parameter `configuration` now contains a dictionary `{'cwd': '/tmp'}`.
This eases
-the argument handling on the library side.
-
-Note: `Run Process` keyword in the new [ProcessLibrary Process] library
works exactly like above.
+the parameter `configuration` got by the keyword now contains a dictionary
`{'cwd': '/tmp'}`.
=== Support for re-executing failed test cases ===
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.