ldtri0209 / robotframework

Automatically exported from code.google.com/p/robotframework
Apache License 2.0
0 stars 0 forks source link

BuiltIn library: `Should Be True` and its dependents should automatically import Python's `os`- and `sys`-modules #1449

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be convenient if BuiltIn-keyword Should Be True and all other 
BuiltIn-keywords that share the same semantics evaluate the condition 
expression with automatically imported os- and sys-modules from Python's 
standard library.

This actually works already, as it was a hidden feature. It should be 
refactored and tested however. 

Original issue reported on code.google.com by tatu.ka...@eficode.com on 31 May 2013 at 11:04

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 28e9ec02b84d.

Refactoring done with tests. Documentation missing.

Original comment by tatu.ka...@eficode.com on 31 May 2013 at 11:06

GoogleCodeExporter commented 9 years ago

Original comment by pekka.klarck on 31 May 2013 at 11:21

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 5645f055657b.

Documentation done. Issue ready for review.

Original comment by tatu.ka...@eficode.com on 31 May 2013 at 11:39

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 848c2735fd39.

Enhanced keyword docs based on review. Issue done.

Original comment by tatu.ka...@eficode.com on 31 May 2013 at 11:48

GoogleCodeExporter commented 9 years ago

Original comment by anssi.sy...@eficode.com on 31 May 2013 at 1:11