Aviral Verma

Results 29 comments of Aviral Verma

@nicoddemus I am starting working on this.

@nicoddemus I'm having trouble with code navigation, need some help with it. My initial guess was `mark/evaluate.py`, but it is called even when there are no marked tests. I am...

@RonnyPfannschmidt @nicoddemus Where should we catch the error? I mean when fixture is parsed or when the marks are applied to function? Also, ``` @pytest.fixture @pytest.mark.usefixtures('client') def user_tom(): print('user jessie')...

Ah yes, I meant raise the error. I am working on finding the code for fixtures are parsed and marks are applied. May need some help on that later. >...

ok, so we have to check both. For now I'm starting with the mark first and then fixture case i.e.: ``` @pytest.fixture @pytest.mark.usefixtures('client') ``` This can be raised when the...

@pombredanne I have started working on merging two rdf documents while @ndip007 works on the tv format.

@yash-nisar this is a GSoC project.I don’t think you should work on this now.

@goneall I am sort of new here.Can you point me to where is the iteration in the method?