relte
relte
Is it possible to use Mockito to replace `sys.argv` or `sys.stdout`? I could do it with `unittest.mock.patch` but I'd rather use a single mocking tool: ```python def it_outputs_answers_based_on_an_argument(when): with patch('sys.argv',...
After I add a bookmark using the Firefox extension, the icon turns from grey to blank like if it just disappeared. I use Firefox 58.0.2 on Windows 10.
Given I have an undefined step and run: ``` bin/behat --tags="my_feature" --colors --format=progress -n --strict ``` - if all is passing besides the undefined step, the execution doesn't pass (exit...