-
Old behaviour: If we expected failure but got success, log a warning but don't call `Fail`. New behaviour: If we expected failure but got success, call `Fail`. Also, the message was corrected.
-
Fixes #37.
-
While partially reverting to old behaviour, this still resolves an issue caused by global variables being modifiable by anyone.
-
This fixes some warnings such as "Unrepresentable object 'list'" in output of Robot Framework. Some minor changes in formatting took place as well.
-
Plus some minor changes in formatting.
-
This change introduces an ability to select current broker and role independently.