Guy Kisel

Results 61 issues of Guy Kisel

Many users don't know that to pass data such as integers into keywords, you must use the syntax (for example) `${5}` instead of `5`. I should mention this explicitly in...

Currently, faker docstrings get passed on to RF/libdoc untouched. However, they're not formatted well for this purpose, so they end up looking a bit strange. I might be able to...

The current tests could be made a bit more thorough.

enhancement

The current examples are pretty limited and don't really show any interesting use cases.

Depending on what you're doing, Windows can have a path length limit of 260 characters. It's kind of complicated and there are a number of workarounds but this limit is...

**Is your feature request related to a problem? Please describe.** Hi, I'm an engineer working on Legends of Runeterra, a video game (https://playruneterra.com/en-us/). We're using `woke` to clean up problematic...

enhancement

``` (rflint) ✘-1 /opt/robotframework [master|…1⚑ 1] 12:27 $ python -m rflint ./atest/testdata/standard_libraries/deprecated_os/files/latin-1.txt + ./atest/testdata/standard_libraries/deprecated_os/files/latin-1.txt Traceback (most recent call last): File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File...

It would be nice to be able to say `-i *Documentation*` as opposed to `-i RequireKeywordDocumentation -i RequireSuiteDocumentation -i RequireTestDocumentation`

According to https://code.google.com/p/robotframework/wiki/HowToWriteGoodTestCases#Workflow_tests test cases should not contain complex logic like for loops or if statements. Detecting for loops seems pretty easy, but detecting if/else and variable assignments seems like...