Re: [pytest-dev] Creating a complex PyTest program, wondering about the best way to handle collection errors, etc.

2018-04-20 Thread Floris Bruynooghe
On Thu 19 Apr 2018 at 16:50 -0500, Nicholas Williams wrote: > The tests work this way: > > - There's a test class that inherits from our specialized test class > (ServicePlanTestCase), which inherits from `unittest.TestCase` (for several > reasons, this detail cannot be altered) > - That test clas

Re: [pytest-dev] Adding plugins to pytest-dev

2018-04-20 Thread Oliver Bestwalter
Thank you Ringo, I have no immediate plans to implement something like this but I would definitely appreciate some further docs/explanations/blog that unravels how it is accomplished. Cheers, Oliver On Fri 20. Apr 2018 at 08:26, Ringo De Smet wrote: > Floris, Oliver, > > If you want, I can get