On 29 May 2017 at 13:27, Morten V. Pedersen <[email protected]> wrote: > Hi Floris, > Thanks. Did not know that there was an internal similar thing in pytest. I > take a look at that, perhaps some things can be improved based on the ideas > there.
It's in _pytest/pytester.py if you're looking. But it really is much messier then your plugin and too specific to pytest. Your plugin looks much nicer for external use. I'd not be too eager to copy features of the internal plugin unless one of your users actually wants them. Cheers, Floris _______________________________________________ pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
