Ronny Pfannschmidt
Ronny Pfannschmidt
Parameter values may be none, we either have to have a extra flag for indication, or a singleton type
The special case for pytest warnings is intended to reduce the cost of pytest updates fow -werror projects , but I can go with the sentiment that it may be...
https://github.com/pytest-dev/pytest/runs/7593793768?check_suite_focus=true has a great examle of why eager -W error is evil for debugging the call to warn_explicit which includes the real location is hidden away, its not clear if...
@rabbbit your example is structurally wrong and runs fixture code at test importation time
There is a upcoming proposal wrt "merged" fixtures, there is no implementation yet
atm parametrize cannot figure it, and it shouldnt figure it there will be a new object to declare a parameter will request a fixture/fixture with parameters some documentation for that...
thats not even valid python syntax the fixture-request would be used as a parameter value to tell py.test "use the value of a fixture you create later on" there are...
@kibernick we already did put a outline of possible implementations into the documentation we just need time or a person implementing it
i think its critical to make the fixture request NOT be a mark object as well
@gsmethells is the pytest procss by chance the containers init process?