Re: [pytest-dev] Printing plugin help and skip tests

2018-04-05 Thread Floris Bruynooghe
Hi Ringo, On Wed, Apr 04 2018, Ringo De Smet wrote: > I was thinking of implementing an option in my plugin, e.g. > `--show-our-superduper-help`. > This could go out to the server, fetch it's config and print the abilities > which can be used in the test suite for that server. > > I looked at how

[pytest-dev] Printing plugin help and skip tests

2018-04-04 Thread Ringo De Smet
Hello, I'm working on a custom (private) plugin vary tailored to our product. The plugin adapts its feature set based on the abilities of the internal server it connects to. I was thinking of implementing an option in my plugin, e.g. `--show-our-superduper-help`. This could go out to the server, f