[pytest-dev] pytest-testdirectory fixture

Floris Bruynooghe flub at devork.be
Mon May 29 02:36:37 EDT 2017


Hi Morten,

That looks nice.  It's a similar idea as what pytest uses internally to
test itself, but without all the messiness there.  Good to finally see a
simple external version of this.  Thanks for publishing it as a plugin!

Regards,
Floris


"Morten V. Pedersen" <morten at mortenvp.com> writes:

> Hi all,
> Just wanted to share a fixture that we have created for py.test. The 
> purpose of the fixture, is to make it easy to create folders and run 
> commands. E.g. for integration testing small utilities etc.
>
> https://github.com/steinwurf/pytest-testdirectory
>
> The fixture supports a number of different operations. Hope some of you 
> will find it useful.
>
> All the best,
> Morten
> _______________________________________________
> pytest-dev mailing list
> pytest-dev at python.org
> https://mail.python.org/mailman/listinfo/pytest-dev


More information about the pytest-dev mailing list