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" <[email protected]> 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 > [email protected] > https://mail.python.org/mailman/listinfo/pytest-dev _______________________________________________ pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
