Joao Coelho

Results 11 issues of Joao Coelho

There's an unsupported syntax in HttpLibrary __init__.py ``` except ValueError, e: ``` is not supported in Python 3.6 (maybe other versions as well, not sure). Updating to ``` except ValueError...

Folds as expected in the main `Project` scope, but if I select a user created scope (`Project Included` in the picture below), then folding no longer works. ![image](https://user-images.githubusercontent.com/11450769/127261256-7a0db88e-4883-46a3-a197-f0a065c138c4.png) Love the...

The syntax for the `FOR` loop changed in Robot Framework 3.1 and the old syntax will be deprecated in 3.2. More info here: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-3.1.rst#for-loop-enhancements The plugin needs to support the...

help wanted

Seems like the spaces on each line are stripped and the only way to add a new line is by a line with just `...` It would be awesome to...

#### I'm submitting a ... - [ ] bug report - [x] feature request - [ ] support request => Please do not submit support request here, see note at...

In python 3.8, the `sort_dicts` option was added ([here](https://docs.python.org/3/library/pprint.html#pprint.PrettyPrinter)) and would be great to add that option in this package as well, not only to maintain drop replacement functionality with...

`pytest-rerunfailures` is not compatible with the [pytest-timeout](https://github.com/pytest-dev/pytest-timeout/) plugin. Probably b/c the same pytest hooks are used. The first time, the timeout is observed, but when the test case re-runs, there's...

I'm trying to update the test case [Page Should Contain](https://github.com/robotframework/SeleniumLibrary/blob/bc6a4af75081cd2f59a690af495d213f2d7cbc39/atest/acceptance/keywords/content_assertions.robot#L51) with ``` Page Should Contain [Documentation] Default log level does not have html output. ... LOG 2:7 Current page contains...

Small fix to allow different expected statuses for the test case outcome and individual `LOG` messages, which can be different when: - Running keywords such as `Run Keyword And Expect...

**Is your feature request related to a problem? Please describe.** Currently when the remote version is newer than the installed one, it shows up in red, which is great, and...