guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/4] gnu: Add python-pytest-subtesthack.


From: Ludovic Courtès
Subject: Re: [PATCH 3/4] gnu: Add python-pytest-subtesthack.
Date: Tue, 02 Feb 2016 15:31:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Leo Famulari <address@hidden> 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’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]