Leo Famulari <l...@famulari.name> skribis: > * gnu/packages/python.scm (python-pytest-subtesthack, > python2-pytest-subtesthack): New variables.
[...] > + (synopsis "Explicitly set up and tear down fixtures") What about: “Set-up and tear-down fixtures for unit tests”? > + (description "This plugin allows you to set up and tear down fixtures > within > +the test function itself. s/the test function itself/unit test functions that use @code{py.test}/ > This is useful for using @command{hypothesis} inside > +py.test, as @command{hypothesis} will call the test function multiple times, > +without setting up or tearing down fixture state as is normally the case.") OK with a change along these lines, thanks! Ludo’.