Gowtham Sai
Gowtham Sai
@rShetty this is done and ready for review. Will be adding create, edit cli's in future.
@italolelis Looks like a good option. Users can hook into the events they are interested in. But one possible thing is, this might not be possible with custom Http client...
@davegallant Please do provide little more details just to make sure that we are on the same page.
@davegallant I just checked it. It's working as expected., please check the output. ```python import pytest @pytest.mark.parametrize("test_input,expected", [ ("3+5", 8), ("2+4", 6), ("6*9", 42), ]) def test_eval(test_input, expected): "Evaluating values"...
for me, without the plugin, the output is without input parameters, ``` ========================================= test session starts ========================================= platform darwin -- Python 2.7.14, pytest-3.3.2, py-1.5.2, pluggy-0.6.0 -- /usr/local/opt/python/bin/python2.7 cachedir: .cache rootdir:...
@cucabarra Please feel free to raise PR. Couldn't contribute to the project lately. Will focus more on this going further.
@thedrow I didn't understand the point of using 2 reporters. Can you explain what is your use case and why you need to use 2 different reporters?
Can you share a sample test file to reproduce this?
@rajat25 My user id changed and hence didn't get the notification for this. I'll try to close this as soon as possible.
@beiriannydd Even I have similar requirements to try loading all files found and return an error at the end if any errors occur along with the ability to look at...